acrn-hypervisor/misc/hv_prebuild
David B. Kinder 5fecb71617 doc: update release_3.0 with changes on master
For the 3.0.1 hot-fix release, update release_3.0 branch with doc
changes relevent updates since v3.0 tag.  This is primarily for the
doc/asa.rst and doc/release_notes/release_notes_3.0.1.rst files, but
there was also a cleanup of deleted image files, and some changes made
for copyright years.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2022-07-28 08:16:54 -07:00
..
hv_prebuild.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
main.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
Makefile acrn-config: Update generated configuration source code 2021-02-02 16:53:56 +08:00
README.rst doc: update release_3.0 with changes on master 2022-07-28 08:16:54 -07:00
static_checks.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vm_cfg_checks.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00

:orphan:

Hypervisor Pre-Build Check Tool
###############################

There are a number of configuration elements for the ACRN hypervisor that must
defined before building the binaries. Those configuration elements are set
by the user using the :ref:`ACRN Configurator tool <acrn_configuration_tool>`.


This folder holds the source to a tool that is used to ensure that the
configuration is coherent and valid. It is a tool used in the background by
the build system before compiling the hypervisor and other components. It is
not meant to be used as a stand-alone too.