mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55: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'>
|
||||
<text/>
|
||||
</element>
|
||||
<element name='machine'>
|
||||
<text/>
|
||||
</element>
|
||||
<optional>
|
||||
<element name='machine'>
|
||||
<text/>
|
||||
</element>
|
||||
</optional>
|
||||
<element name='arch'>
|
||||
<text/>
|
||||
</element>
|
||||
|
Loading…
Reference in New Issue
Block a user