acrn-hypervisor/hypervisor/include/dm
Zide Chen 8c398f7d7e hv: fix issues when msi-x shares same BAR with other data structures
If PBA or other data structures reside in the same BAR with MSI-X,
devicemodel could emulate them and make hypercall SET_MEMORY_REGION
to setup EPT for vm0.

Hypervisor can not intercept the whole range of this BAR, but only
the minimum 4KB pages that cover the MSI-X Table.

Tracked-On: #1568
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-11-01 21:22:10 +08:00
..
pci.h hv: implement msi.c to handle MSI remapping for vm0 2018-10-29 14:29:37 +08:00
vpci.h hv: fix issues when msi-x shares same BAR with other data structures 2018-11-01 21:22:10 +08:00