mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 11:50:30 +00:00
hv:Replace dynamic memory with static for mmio
-- Config MAX_EMULATED_MMIO_REGIONS 16 in Kconfig -- Add emulated mmio array and emulated mmio regions in vm structure -- Remove mmio list in vm structure -- Remove unregister_mmio_emulation_handler and vioapic_cleanup APIs Tracked-On: #861 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -322,9 +322,6 @@ I/O bitmaps and register or unregister I/O handlers:
|
||||
.. doxygenfunction:: register_mmio_emulation_handler
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: unregister_mmio_emulation_handler
|
||||
:project: Project ACRN
|
||||
|
||||
I/O Emulation
|
||||
=============
|
||||
|
||||
|
Reference in New Issue
Block a user