acrn-hypervisor/misc/config_tools
Kunhui-Li ccbf6d4603 config_tools: remove KATA and replace UUID with vmname to identify a vm
1. remove CONFIG_KATA_VM, CONFIG_MAX_KATA_VM_NUM and KATA_VM
related code.
2. remove KATA_VM in scenario xml files.
3. remove KATA vm type in UI.
4. remove UUID DB.
5. remove uuid in the launch script generation logic.
6. use vmname to identify a vm. (eg: <name>ACRN_SOS_VM</name>)
add the check logic to ensure vm name is a must-set item, not duplicated,
and the string length is [1-15] and the whitespace is not allowed.
7. enlarge the max VM num to 32.

Tracked-On: #6685
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
2021-11-16 14:42:59 +08:00
..
acpi_gen config-tools: move the pre RTVM's SSRAM base GPA 2021-11-08 13:13:14 +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: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +08:00
data config_tools: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +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: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +08:00
library config_tools: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +08:00
scenario_config config_tools: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +08:00
schema config_tools: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +08:00
service_vm_config misc: config_tools: generate serial configuration file 2021-11-08 13:15:38 +08:00
static_allocators config_tools: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +08:00
xforms config_tools: remove KATA and replace UUID with vmname to identify a vm 2021-11-16 14:42:59 +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.