acrn-hypervisor/misc/config_tools
Zhang Chen b55440dce9 config_tools: Add ivshmem region ID to launch script
Add missed ivshmem region ID. If no region ID in scenario,
will set 0 as default.

Tracked-On: #8645

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2024-09-23 02:06:18 +08:00
..
acpi_gen config_tools: fix pre_launch VM ACPI table 2024-02-04 15:36:02 +08:00
acpi_template/template Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
board_config hv: vtd: allocate drhd_dev_scope based on board file 2024-08-05 15:51:17 +08:00
board_inspector board_inspector: generate maximum DRHD devscope count 2024-08-05 15:51:17 +08:00
configurator misc: fix openssl's vulnerability for tauri 2024-07-30 10:06:31 +08:00
data hv: sched: Add sched_params struct for thread parameters 2023-09-18 16:26:05 +08:00
hv_config misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
launch_config config_tools: Add ivshmem region ID to launch script 2024-09-23 02:06:18 +08:00
library misc: fix invalid escape sequence in python 3.12 2024-05-09 20:58:21 +08:00
scenario_config config_tools: tiny fix for config_summary.py 2023-07-10 17:26:34 +08:00
schema config_tools: Add ivshmem region ID to launch script 2024-09-23 02:06:18 +08:00
service_vm_config misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
static_allocators hv: add GUEST_FLAG_STATELESS flag 2024-07-30 09:26:50 +08:00
xforms misc: fix two IOAPIC related configs 2024-09-11 15:10:45 +08:00
LICENSE config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
MANIFEST.in config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00
README.md config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
build.cmd config_tools: fix Windows config_tools package build script 2022-05-22 20:10:24 +08:00
pyproject.toml config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
requirements.txt Create a requirements.txt for python package on GSG 2022-10-27 16:15:40 +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.