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:
Kunhui-Li 2022-05-27 18:50:30 +08:00 committed by acrnsi-robot
parent ef8c092bb0
commit bbd3ff325d

View File

@ -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>