acrn-hypervisor/misc/config_tools
Kunhui-Li dde617fa49 config_tools: fix UI issue don't expand the default value in xml file
when we click the "Import XML" button to import the scenario xml file, then
click the "Export XML" to export the xml files, we will find some errors because
UI don't show the default value set in schema.

As a workaround, we call default_populator.py in UI to expand the default value
in the scenario XML file to fix the issue.

Tracked-On: #6292
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
2021-11-04 20:25:11 +08:00
..
acpi_gen deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package 2021-11-02 15:31:18 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
board_inspector deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package 2021-11-02 15:31:18 +08:00
config_app config_tools: fix UI issue don't expand the default value in xml file 2021-11-04 20:25:11 +08:00
data Revert "misc: config_tools: add vuart for communication" 2021-11-04 10:20:16 +08:00
hv_config config_tools: remove hvlog parameter and update HV_RAM_START default address 2021-11-03 10:28:40 +08:00
launch_config config_tools: fix the duplicate PT_SLOT value issue 2021-11-04 09:43:00 +08:00
library config_tools: fix the duplicate PT_SLOT value issue 2021-11-04 09:43:00 +08:00
scenario_config ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
schema config_tools: remove hvlog parameter and update HV_RAM_START default address 2021-11-03 10:28:40 +08:00
static_allocators config-tools: refine MMIO32/64_START and MMIO32/64_END 2021-11-03 09:28:23 +08:00
xforms ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
README config_tools: remove obsolete kconfig files 2021-08-09 09:25:02 +08:00

folder structure

	board_inspector	: Get target board information under native Linux environment and generate board_info XML.
	board_config	: Parse board_info XML and scenario XML to generate board related configuration files under misc/acrn-config/xmls/board-xmls/ folder.
	scenario_config	: Parse board_info XML and scenario XML to generate scenario based VM configuration files under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
	launch_config	: Parse board_info XML, scenario XML and devicemodel param XML to generate launch script for post-launched vm under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
	library		: The folder stores shared software modules or libs for acrn-config offline tool.