acrn-hypervisor/misc/config_tools/scenario_config
Liang Yi 688a41c290 hv: mod: do not use explicit arch name when including headers
Instead of "#include <x86/foo.h>", use "#include <asm/foo.h>".

In other words, we are adopting the same practice in Linux kernel.

Tracked-On: #5920
Signed-off-by: Liang Yi <yi.liang@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2021-05-08 11:15:46 +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 hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +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
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
scenario_cfg_gen.py config-tools: add validate_scenario_schema 2021-02-07 10:24:29 +08:00
scenario_item.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
vm_configurations_c.py hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
vm_configurations_h.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

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