acrn-hypervisor/misc/acrn-config/scenario_config
Wei Liu 8eaee3b09b acrn-config: add "enable_commit" parameter for config tool
Config tool will generate files for board/scenaro/launch, some files are
part of souce code for specify board. Git add/commit these files should
be one optional of user experience. Add "--enable_commit" parameter to
enable git add/commit.

usage:
--enable_commit: flag of whether to do git commit the config file changes
to current git branch. Do commit with this flag and not do without the flag.

Tracked-On: #3834
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
2019-10-16 15:37:30 +08:00
..
README acrn-config: update README for acrn-config 2019-09-23 20:55:09 +08:00
pci_dev_c.py acrn-config: generate a scenario patch and apply to acrn-hypervisor 2019-09-16 09:34:37 +08:00
scenario_cfg_gen.py acrn-config: add "enable_commit" parameter for config tool 2019-10-16 15:37:30 +08:00
scenario_item.py acrn-config: keep align with vcpu_affinity for vm config 2019-10-12 16:22:27 +08:00
vm_configurations_c.py acrn-config: keep align with vcpu_affinity for vm config 2019-10-12 16:22:27 +08:00
vm_configurations_h.py acrn-config: keep align with vcpu_affinity for vm config 2019-10-12 16:22:27 +08:00

README

Please run scenario_cfg_gen.py to generate board related configuration patch, the patch would be applied on current acrn-hypervisor git tree automatically.

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