mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 20:47:56 +00:00
1. remove the board_private tag in the schema and all existing scenario XML files, and remove the related value check about board_private.rootfs and bootargs. 2. merge board_private.rootfs and board_private.bootargs to os_config.bootargs. and no change to the related contents of the .c/.h files except the order of define SERVICE_VM_ROOTFS. 3. update the schema to make os_config.bootargs configurable for service VM in UI. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>