mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-12 18:34:24 +00:00
When guest traps and wants to access a mmio region, the ACRN hypervisor doesn't know the mmio size the guest wants to access until the trap happens. In this case, ACRN should switch the mmio size and then call mmio_read8/16/32/64 or mmio_write8/16/32/64 in each trap place. This patch wrap the mmio read/write with a parameter to assign the mmio size. Tracked-On: #8255 Signed-off-by: Fei Li <fei1.li@intel.com> |
||
---|---|---|
.. | ||
asm |