acrn-hypervisor/misc/config_tools
Yang,Yu-chu 1f8d245ed8 config-tools: validate the scenario against schema
Try validate the scenario xml against schema if the config.xsd exsists.

Fix the regular expression pattern of IVSHMEM_REGION string validation.

Tracked-On: #5672
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2021-02-02 15:34:26 +08:00
..
acpi_gen acrn-config: Rename acpi generated asl folder name from VMx to ACPI_VMx 2021-01-29 15:04:09 +08:00
acpi_template acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
board_config config_tools/target: generate Software SRAM related info 2021-01-27 16:39:24 +08:00
config_app acrn-config: update config folders used in config app 2021-01-29 10:02:56 +08:00
data config_tools/data: fix typos in scenario XML files 2021-02-01 16:51:09 +08:00
hv_config acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
kconfig acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
launch_config acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
library config-tools: validate the scenario against schema 2021-02-02 15:34:26 +08:00
scenario_config config-tools: validate the scenario against schema 2021-02-02 15:34:26 +08:00
schema config-tools: validate the scenario against schema 2021-02-02 15:34:26 +08:00
static_allocators acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
target config_tools/target: generate Software SRAM related info 2021-01-27 16:39:24 +08:00
xforms acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

folder structure

	Kconfig		: Select working scenario and target board, configure ACRN hypervisor capabilities and features.
	target		: 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.