mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
config_tools: hide "PCI" option for Console virtual UART type
It's unexpected to show the "PCI" option for Console virtual UART type currently, so this patch hide it in configurator. Tracked-On: #7592 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
ef8c092bb0
commit
bbd3ff325d
@ -201,7 +201,9 @@ The size is a subset of the VM's total memory size specified on the Basic tab.</
|
||||
<xs:enumeration value="COM Port 2" />
|
||||
<xs:enumeration value="COM Port 3" />
|
||||
<xs:enumeration value="COM Port 4" />
|
||||
<xs:enumeration value="PCI" />
|
||||
<xs:enumeration value="PCI" >
|
||||
<xs:annotation acrn:views="" />
|
||||
</xs:enumeration>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user