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:
David B. Kinder 2022-09-01 08:23:57 -07:00 committed by acrnsi-robot
parent 4f1be92b67
commit b7d65b9d79
2 changed files with 17 additions and 0 deletions

View File

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

View File

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