mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +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>