]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Add ppc64 specific definitions to domain.rng
authorBharata B Rao <bharata@linux.vnet.ibm.com>
Thu, 1 Dec 2011 17:45:55 +0000 (23:15 +0530)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 8 Dec 2011 13:39:26 +0000 (08:39 -0500)
ppc64 as new arch type and pseries as new machine type are
added under <os> ...  </os>.

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Signed-off-by: Prerna Saxena <prerna@linux.vnet.ibm.com>
docs/schemas/domaincommon.rng

index 22bbd4608e170311370fcf01792c30d986ce17ad..b8fbcf9d661d2cc7a38265e3a65a0dda2a43c18e 100644 (file)
           <ref name="hvmmips"/>
           <ref name="hvmsparc"/>
           <ref name="hvmppc"/>
+          <ref name="hvmppc64"/>
         </choice>
       </optional>
       <value>hvm</value>
       </optional>
     </group>
   </define>
+  <define name="hvmppc64">
+    <group>
+      <optional>
+        <attribute name="arch">
+          <value>ppc64</value>
+        </attribute>
+      </optional>
+      <optional>
+        <attribute name="machine">
+          <choice>
+            <value>pseries</value>
+          </choice>
+        </attribute>
+      </optional>
+    </group>
+  </define>
   <define name="osexe">
     <element name="os">
       <element name="type">