mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-22 15:51:09 +00:00
Extract common interface to include/lib/bits.h, and invoke the variant implementation of arch. Re-implement unlocked functions as C in common library. Rename bitmap*lock() to bitmap*(), bitmap*nolock() to bitmap*non_atomic(). Tracked-On: #8803 Signed-off-by: Haoyu Tang <haoyu.tang@intel.com> Reviewed-by: Yifan Liu <yifan1.liu@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>
: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.