mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-31 03:15:42 +00:00
1. Update the necessary libraries to consistent with the "Build ACRN From Source" document in the "Getting Started Guide" document. 2. Delete the related introduction with acrngt.conf and launch_uos_id1.sh files in "Getting Started Guide" document. 3. Update WHL-IPC-I7 board's processor in Supported HW document. 4. Add cpu_affinity element's description in ACRN Configuration Data. 5. Update the description for shm_region in Launch XML format. 6. Update configurable/readonly attributes values. 7. Update the description for hv.CAPACITIES.MAX_MSIX_TABLE_NUM in schema/config.xsd. Tracked-On: #5692 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com> |
||
---|---|---|
.. | ||
acpi_gen | ||
acpi_template | ||
board_config | ||
board_inspector | ||
config_app | ||
data | ||
hv_config | ||
kconfig | ||
launch_config | ||
library | ||
scenario_config | ||
schema | ||
static_allocators | ||
xforms | ||
README |
folder structure Kconfig : Select working scenario and target board, configure ACRN hypervisor capabilities and features. target : Get target board information under native Linux environment and generate board_info XML. board_config : Parse board_info XML and scenario XML to generate board related configuration files under misc/acrn-config/xmls/board-xmls/ folder. scenario_config : Parse board_info XML and scenario XML to generate scenario based VM configuration files under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder. launch_config : Parse board_info XML, scenario XML and devicemodel param XML to generate launch script for post-launched vm under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder. library : The folder stores shared software modules or libs for acrn-config offline tool.