acrn-hypervisor/hypervisor/dm/vpci
Li, Fei1 a6954486e9 hv: vpci: a minor fix about handling vmsix table mmio access for post-launched VM
In "commit 90480d" we use a pointer new_owner to point to the actual vPCI device
for post-launched VM when this device is assigned to this post-launched VM from
SOS. However, now DM will use SOS's vmsix_table_mmio_access_handler to trap vMSI-X
table mmio access for post-launched VM. So we should use the post-launched VM's
vPCI device in this case.

Tracked-On: #3475
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
2019-09-16 15:32:26 +08:00
..
pci_pt.c hv: vPCI: vPCI device should use its virtual configure space to access its BAR 2019-09-11 13:17:42 +08:00
vdev.c hv: vpci: split vPCI device from SOS for post-launched VM 2019-08-12 10:00:44 +08:00
vhostbridge.c hv: vpci: add each vdev_ops for each emulated PCI device 2019-08-09 14:19:49 +08:00
vmsi.c HV: make the functions void 2019-07-29 09:58:57 +08:00
vmsix.c hv: vpci: a minor fix about handling vmsix table mmio access for post-launched VM 2019-09-16 15:32:26 +08:00
vpci.c hv: vPCI: cache PCI BAR physical base address 2019-09-11 13:17:42 +08:00
vpci_priv.h hv: vpci: split vPCI device from SOS for post-launched VM 2019-08-12 10:00:44 +08:00