mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
schema: domaincaps: make machine element optional
Commit df769041c
made the 'machine' element in domaincaps
optional. Update the schema to reflect that.
This commit is contained in:
parent
4035baebb7
commit
c27aa64786
@ -17,9 +17,11 @@
|
|||||||
<element name='domain'>
|
<element name='domain'>
|
||||||
<text/>
|
<text/>
|
||||||
</element>
|
</element>
|
||||||
<element name='machine'>
|
<optional>
|
||||||
<text/>
|
<element name='machine'>
|
||||||
</element>
|
<text/>
|
||||||
|
</element>
|
||||||
|
</optional>
|
||||||
<element name='arch'>
|
<element name='arch'>
|
||||||
<text/>
|
<text/>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user