mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 10:36:03 +00:00
acrn-config: refine the data type for member of class
Unify the data type for scenario item. 1. Unified the scenario item, the type modified from list to dictionary. 2. remove some unused function. 3. add 'pci_dev_num'/'pci_devs' to hybrid xml for future support. Tracked-On: #3798 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
ee66a94ccf
commit
db909edda5
@@ -38,6 +38,8 @@
|
||||
<target_vm_id desc="COM2 is used for VM communications. When it is enabled, please specify which target VM that current VM connect to.">1</target_vm_id>
|
||||
<target_uart_id configurable="0" desc="target vUART ID that vCOM2 connect to">1</target_uart_id>
|
||||
</vuart>
|
||||
<pci_dev_num configurable="0" desc="pci devices number"></pci_dev_num>
|
||||
<pci_devs configurable="0" desc="pci devices list"></pci_devs>
|
||||
</vm>
|
||||
<vm id="1">
|
||||
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">SOS_VM</load_order>
|
||||
|
||||
Reference in New Issue
Block a user