mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
Previously we prepared 32KB buffer to store guest VM boot parameters, in which there is at most 17KB buffer for guest EFI memory map to accomodate ~400 EFI memory descriptors. But this is uncertain to ensure working on all boards, now change the algorithm that make the EFI mmap buffer adaptable with configured MAX_EFI_MMAP_ENTRIES macro. Tracked-On: #6442 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@Intel.com>