acrn-hypervisor/misc/config_tools
Chuang Ke 3a1ce77e01 [config_tool] Real time vCPU checkbox is confusing to users
add tooltip to explain "Real-time vCPU"
use the one generated from the XSD files to generate tooltip infomation.

Signed-off-by: Chuang-Ke <chuangx.ke@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
Tracked-On: #8000
2022-08-17 17:42:49 +08:00
..
acpi_gen config_tools: acpi_gen: generate vRTCT instead of copying a physical one 2022-08-05 07:36:40 +08:00
acpi_template/template Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
board_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
board_inspector config_tools: board_inspector: guess L3 CAT parameters if not reported via CPUID 2022-08-05 07:36:40 +08:00
configurator [config_tool] Real time vCPU checkbox is confusing to users 2022-08-17 17:42:49 +08:00
data config-tools: change 'DISABLED' settings to 'ENABLED' in config xml 2022-08-17 09:23:33 +08:00
hv_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
launch_config misc: refine slot issue of launch script 2022-07-29 17:03:45 +08:00
library Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
scenario_config config-tools: change 'DISABLED' settings to 'ENABLED' 2022-08-17 09:23:33 +08:00
schema doc: remove use of :term: role in tooltip 2022-08-17 10:51:26 +08:00
service_vm_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
static_allocators config-tools: solve hv and vm memory address conflict 2022-08-12 16:26:50 +08:00
xforms config-tools: change 'DISABLED' settings to 'ENABLED' 2022-08-17 09:23:33 +08:00
LICENSE
MANIFEST.in config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00
README.md
build.cmd config_tools: fix Windows config_tools package build script 2022-05-22 20:10:24 +08:00
pyproject.toml
requirements.txt config-tools: modified requirements.txt and update GSG 2022-08-16 17:20:23 +08:00
setup.cfg config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00

README.md

Supporting libraries of ACRN configuration toolset

This package contains the libraries supporting ACRN configuration toolset, including:

  • The manipulators and validators of scenario schemas or XMLs
  • The generator of guest ACPI tables

The main objective of this package is to ease the import of the supporting libraries in the ACRN configurator which uses a Python interpreter built in WebAssembly (WASM). This package is thus NOT intended to be used by users; invoke the Python scripts directly if needed.