mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-21 22:54:51 +00:00
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> |
||
---|---|---|
.. | ||
core.c | ||
hostbridge.c | ||
msi.c | ||
msix.c | ||
partition_mode.c | ||
pci_priv.h | ||
pci_pt.c | ||
sharing_mode.c | ||
vpci.c |