mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schema: Don't enforce ordering of hostcpu capabilities elements
The change to caps-test.xml demonstrates the need for the change to cputypes.rng. Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
b5f63691a6
commit
65e8ac6f92
@ -326,6 +326,7 @@
|
|||||||
<element name="arch">
|
<element name="arch">
|
||||||
<ref name="archnames"/>
|
<ref name="archnames"/>
|
||||||
</element>
|
</element>
|
||||||
|
<interleave>
|
||||||
<optional>
|
<optional>
|
||||||
<element name="features">
|
<element name="features">
|
||||||
<optional>
|
<optional>
|
||||||
@ -410,6 +411,7 @@
|
|||||||
</attribute>
|
</attribute>
|
||||||
</element>
|
</element>
|
||||||
</zeroOrMore>
|
</zeroOrMore>
|
||||||
|
</interleave>
|
||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<host>
|
<host>
|
||||||
<cpu>
|
<cpu>
|
||||||
<arch>i686</arch>
|
<arch>i686</arch>
|
||||||
|
<vendor>Intel</vendor>
|
||||||
<features>
|
<features>
|
||||||
<pae/>
|
<pae/>
|
||||||
<nonpae/>
|
<nonpae/>
|
||||||
|
Loading…
Reference in New Issue
Block a user