mirror of https://gitee.com/openkylin/libvirt.git
schemas: Fix cpu element schema
Both vendor and topology elements are optional.
This commit is contained in:
parent
84f7b286c2
commit
a7283d849c
|
@ -1745,6 +1745,8 @@
|
||||||
<ref name="cpuModel"/>
|
<ref name="cpuModel"/>
|
||||||
<optional>
|
<optional>
|
||||||
<ref name="cpuVendor"/>
|
<ref name="cpuVendor"/>
|
||||||
|
</optional>
|
||||||
|
<optional>
|
||||||
<ref name="cpuTopology"/>
|
<ref name="cpuTopology"/>
|
||||||
</optional>
|
</optional>
|
||||||
<zeroOrMore>
|
<zeroOrMore>
|
||||||
|
|
Loading…
Reference in New Issue