mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
1. add CONFIG_scenario=y config in $(BOARD).config file so that SCENARIO parameter will not be needed when build with xmls. 2. add CONFIG_MAX_KATA_VM_NUM; 3. add CONFIG_ENFORCE_VALIDATED_ACPI_INFO=y because all ACPI info generated by acrn-config has been validated; Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
Please run board_cfg_gen.py to generate board related configuration files. 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