]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Pass value directly to pci_cfg_write_moderate
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 3 Aug 2014 19:11:37 +0000 (21:11 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 3 Aug 2014 19:22:00 +0000 (21:22 +0200)
commit4e7b4673dd19eed10403e073d77529e8faedcbb7
tree45c0398ec63df4b29c3175cd88f0e9f51f178736
parent5193cec5e625af367800e830a340754570052bc5
core: Pass value directly to pci_cfg_write_moderate

Convert pass-by-reference to pass-by-value for the value
pci_cfg_write_moderate should handle. Reason: either we will emulate and
write in the context of the moderation, or we let the original value
pass as-is.

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