acrn-hypervisor/misc/hv_prebuild
Ziheng Li eb8bcb06b3 Update copyright year range in code headers
Modified the copyright year range in code, and corrected "int32_tel"
into "Intel" in two "hypervisor/include/debug/profiling.h" and
"hypervisor/include/debug/profiling_internal.h".

Tracked-On: #7559
Signed-off-by: Ziheng Li <ziheng.li@intel.com>
2022-07-15 11:48:35 +08:00
..
Makefile acrn-config: Update generated configuration source code 2021-02-02 16:53:56 +08:00
README.rst doc: add README.rst to misc/hv_prebuild 2022-07-12 17:33:49 +08:00
hv_prebuild.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
main.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
static_checks.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vm_cfg_checks.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00

README.rst

: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.