]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Update capabilities schema to allow multiple machines per domain
authorMark McLoughlin <markmc@redhat.com>
Thu, 10 Sep 2009 08:47:57 +0000 (09:47 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 10 Sep 2009 11:25:42 +0000 (12:25 +0100)
* docs/schemas/capabilities.rng: allow multiple machines per domain
  just like they are allowed for guests

docs/schemas/capability.rng

index dbfe1c5093b826331f3271d2057ae6410139b141..a9daa409c59a33d6d04327fce0dda416aac490b5 100644 (file)
       <optional>
        <ref name='emulator'/>
       </optional>
-      <optional>
+      <zeroOrMore>
        <ref name='machine'/>
-      </optional>
+      </zeroOrMore>
     </element>
   </define>