mirror of https://gitee.com/openkylin/libvirt.git
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