acrn-hypervisor/misc/config_tools
zihengL1 047a11dff3 config-tools: hide the 'update-pciids: download failed' message
Use stderror to redirect error message to subprocess.DEVNULL
to hide it when the "update pciids" command is called.

Tracked-On: #7886
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
Signed-off-by: Ziheng Li <ziheng.li@intel.com>
2022-07-17 16:30:53 +08:00
..
acpi_gen Update copyright year range in code headers 2022-07-15 11:48:35 +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: hide the 'update-pciids: download failed' message 2022-07-17 16:30:53 +08:00
configurator config_tool: Move "BIOS Revision" line in Configurator UI 2022-07-15 11:27:50 +08:00
data Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
hv_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
launch_config misc: fix PCI vUART issue 2022-06-29 13:53:42 +08:00
library Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
scenario_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
schema misc: refine the assert of duplicate IO port 2022-07-08 10:00:57 +08:00
service_vm_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
static_allocators Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
xforms Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
build.cmd config_tools: fix Windows config_tools package build script 2022-05-22 20:10:24 +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
pyproject.toml config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
README.md config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
setup.cfg config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00

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.