mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Update capabilities schema to allow multiple machines per domain
* docs/schemas/capabilities.rng: allow multiple machines per domain just like they are allowed for guests
This commit is contained in:
parent
db4137ba02
commit
e45b13d248
@ -224,9 +224,9 @@
|
|||||||
<optional>
|
<optional>
|
||||||
<ref name='emulator'/>
|
<ref name='emulator'/>
|
||||||
</optional>
|
</optional>
|
||||||
<optional>
|
<zeroOrMore>
|
||||||
<ref name='machine'/>
|
<ref name='machine'/>
|
||||||
</optional>
|
</zeroOrMore>
|
||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user