acrn-hypervisor/misc
hangliu1 0aa5ec5bda config tool:add debug mode limitation for PMU
In release mode, "GUEST_FLAG_PMU_PASSTHROUGH" is
not generated for specific VM.

Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
Tracked-On:#6690
2022-11-02 15:50:30 +08:00
..
config_tools config tool:add debug mode limitation for PMU 2022-11-02 15:50:30 +08:00
debug_tools Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
efi-stub Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
hv_prebuild Makefile: clean up unnecessary phony targets 2022-10-26 14:09:44 +08:00
packaging config-tools: genertate performance policy parameter 2022-10-08 11:13:21 +08:00
sample_application doc: update changes to 22.04 on sample app guide 2022-11-01 09:56:07 +08:00
services life_mngr: permit life_mngr in windows to assign VM name 2022-10-25 16:01:21 +08:00
Makefile
README.rst

README.rst

ACRN Tools
##########

The open source `Project ACRN`_ defines a device hypervisor reference stack and
an architecture for running multiple software subsystems, managed securely, on
a consolidated system by means of a virtual machine manager. It also defines a
reference framework implementation for virtual device emulation, called the
"ACRN Device Model".

This folder holds the source to a number of tools that facilitate the
management, debugging, profiling, and logging of multi-OS systems based on
ACRN.

You can find out more about Project ACRN and its set of tools on the
`Project ACRN documentation`_ website.

.. _`Project ACRN`: https://projectacrn.org
.. _`Project ACRN documentation`: https://projectacrn.github.io/