acrn-hypervisor/misc/config_tools
Kunhui-Li 2b7c46377c config_tools: rename uos to user_vm in config UI
since PRs #6760 and #6747 have renamed uos to user_vm,
we also need to rename it in config UI.

Tracked-On: #6744
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
2021-11-03 12:05:16 +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: rename uos to user_vm in config UI 2021-11-03 12:05:16 +08:00
data Rename the xml file and generate launch script from uos to user_vm. 2021-11-03 12:02:30 +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 Rename the xml file and generate launch script from uos to user_vm. 2021-11-03 12:02:30 +08:00
library config_tools: remove hvlog parameter and update HV_RAM_START default address 2021-11-03 10:28:40 +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.