acrn-hypervisor/misc/config_tools/scenario_config
Kunhui-Li de5abd5265 config_tools: remove CONFIG_LOG_DESTINATION
1. remove LOG_DESTINATION in the related python code, schema and
all existing scenario XML files.
2. for MEM_LOGLEVEL, NPK_LOGLEVEL and CONSOLE_LOGLEVEL,
update the loglevel range to [0, 5] from [0, 6].

Tracked-On: #6934
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2021-12-06 14:24:40 +08:00
..
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
default_populator.py config_tools: populate default values to all nodes 2021-09-23 09:15:44 +08:00
ivshmem_cfg_h.py hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
pci_dev_c.py ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
pt_intx_c.py hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
scenario_cfg_gen.py config_tools: remove CONFIG_LOG_DESTINATION 2021-12-06 14:24:40 +08:00
scenario_item.py config_tool: load default cpu affinity config by vm_name 2021-11-26 16:48:05 +08:00
vm_configurations_c.py config_tools: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +08:00
vm_configurations_h.py config_tools: remove DM_OWNED_GUEST_FLAG_MASK 2021-11-28 14:35:25 +08:00

README

Please run scenario_cfg_gen.py to generate board related configuration files.

usage: python3 scenario_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