mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 01:54:44 +00:00
1. If the device configure space is not fixed by ACPI and its pbar address is above 4G or lower than 2G, then remap the vbar address to high memory. 2. Due to GPU might have huge MMIO space which would result in HV_RAM_SIZE overflow, skip its vBAR remapping for now when the size high than 1GB. Tracked-On: #4458 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>