]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Remove guest registers and cell parameters from x86_pci_config_handler
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 4 Apr 2015 06:02:21 +0000 (08:02 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 10 Apr 2015 07:00:52 +0000 (09:00 +0200)
commit13e6affd7cf63411c1e6ae0cf3f16d94ab81fba4
tree83474fcd082d410e8f3d269aa8a48f21c343bf65
parent816b34becc0a8c08965d623e16e7ef88539f2e6d
x86: Remove guest registers and cell parameters from x86_pci_config_handler

The function only works against the current CPU, thus should avoid to
take the misleading parameters. Guest registers are no long er required,
and the cell reference can be obtained inline.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/include/asm/pci.h
hypervisor/arch/x86/pci.c
hypervisor/arch/x86/vcpu.c