mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 22:17:03 +00:00
The access to PCI config_space is handled in HV for Passthrough pci devices. And it also provides one mechanism to forward cfg_access of some registers to DM. For example: the opregion reg for GPU device. This patch tried to add the support of emulated PCI ROM bar for the device. And it doesn't handle the phys PCI ROM bar of phys PCI devices. At the same time the rom firmware is provided in DM and pci rom bar_reg is also emulated in DM, this leverages the quirk mechanism so that the access to PCI rom bar_reg is forwarded to DM. Tracked-On: #8175 Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> Acked-by: Wang Yu <yu1.wang@intel.com> |
||
---|---|---|
.. | ||
hw_timer.h | ||
pci.h |