mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
Current ve820 generation script assumes the size of pre-launched VM memory is less than or equal to 512 MB (Must be the assumption of logical partition scenario as such). This patch extends the script to handle pre-launched VM memory sizes greater than 512 MB. Tracked-On: #4182 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
Please run board_cfg_gen.py to generate board related configuration patch, the patch would be applied on current acrn-hypervisor git tree automatically. usage: python3 board_cfg_gen.py [h] --board <board_info_file> --scenario <scenario_info_file> positional arguments: board_info_file : file name of the board info XML scenario_info_file : file name of the scenario info XML