misc: restore HIDDEN_PDEV_REGION and type
Restore a hidden option and its type accidentally removed by PR #8100 and #8099 Tracked-On: #8098 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
4f1be92b67
commit
b7d65b9d79
|
@ -273,6 +273,16 @@ The size is a subset of the VM's total memory size specified on the Basic tab.</
|
|||
</xs:all>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="HiddenDevType">
|
||||
<xs:all>
|
||||
<xs:element name="HIDDEN_PDEV" type="VBDFType" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation acrn:views="">
|
||||
<xs:documentation>Specify the hidden device vBDF</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="PCIDevsConfiguration">
|
||||
<xs:sequence>
|
||||
<xs:element name="pci_dev" type="xs:string" minOccurs="0" maxOccurs="unbounded">
|
||||
|
|
|
@ -304,6 +304,13 @@ These settings can only be changed at build time.</xs:documentation>
|
|||
<xs:documentation>Miscellaneous options for workarounds.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name="HIDDEN_PDEV_REGION" type="HiddenDevType" minOccurs="0">
|
||||
<xs:annotation acrn:views="">
|
||||
<xs:documentation>Specify the hidden devices.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name="CACHE_REGION" type="CacheRegionType" minOccurs="0">
|
||||
<xs:annotation acrn:views="advanced">
|
||||
<xs:documentation>Specify the cache setting.</xs:documentation>
|
||||
|
|
Loading…
Reference in New Issue