config tool: xml change for vm_type and load_order

change vm_type and add load_order in all scenario xml

Tracked-On: #6690
Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
This commit is contained in:
hangliu1
2022-02-17 03:35:23 -05:00
committed by acrnsi-robot
parent 816a88f7f7
commit 9f8231e7ba
20 changed files with 152 additions and 76 deletions

View File

@@ -47,7 +47,8 @@
</MISC_CFG>
</hv>
<vm id="0">
<vm_type>SERVICE_VM</vm_type>
<vm_type>STANDARD_VM</vm_type>
<load_order>SERVICE_VM</load_order>
<name>ACRN_Service_VM</name>
<guest_flags>
<guest_flag>0</guest_flag>
@@ -91,7 +92,8 @@
</pci_devs>
</vm>
<vm id="1">
<vm_type>POST_STD_VM</vm_type>
<vm_type>STANDARD_VM</vm_type>
<load_order>POST_LAUNCHED_VM</load_order>
<name>POST_STD_VM1</name>
<guest_flags>
<guest_flag>0</guest_flag>