acrn-hypervisor/hypervisor/dm/vpci
Zide Chen 3b24c34cbf hv: msix: corrently determine when the guest is changing Message Data/Addr
The guest could write the MSI-X Table fields in DWORD or QWORD. For
example the Message Address could be a QWORD write or two DWORD writes,
the Message Data could be a DWORD write or part of a QWORD write that
is combined with the Vector Control. This patch captures all the
possible combinations when the guest is configuring the MSI-X Table.

Tracked-On: #1568
Signed-off-by: Zide Chen <zide.chen@intel.com>
Reviewed-by: Li, Fei1 <fei1.li@intel.com>
2018-11-20 12:59:09 +08:00
..
core.c hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S 2018-11-15 08:58:32 +08:00
hostbridge.c hv: fix MISRA-C violations in vpci code: Function pointer is of wrong type 2018-11-15 08:58:32 +08:00
msi.c hv: fix MISRA-C violations in vpci code: Function pointer is of wrong type 2018-11-15 08:58:32 +08:00
msix.c hv: msix: corrently determine when the guest is changing Message Data/Addr 2018-11-20 12:59:09 +08:00
partition_mode.c hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S 2018-11-15 08:58:32 +08:00
pci_priv.h hv: fix misrac violations in vcpi code 2018-11-01 21:22:10 +08:00
pci_pt.c hv: fix MISRA-C violations in vpci code: Function pointer is of wrong type 2018-11-15 08:58:32 +08:00
sharing_mode.c HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
vpci.c hv: vpci: revert the temporary workaround of handling I/O port CF9 2018-11-19 09:34:34 +08:00