mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00: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">
|
||||
<ref name="archnames"/>
|
||||
</element>
|
||||
<interleave>
|
||||
<optional>
|
||||
<element name="features">
|
||||
<optional>
|
||||
@ -410,6 +411,7 @@
|
||||
</attribute>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
</interleave>
|
||||
</element>
|
||||
</define>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>i686</arch>
|
||||
<vendor>Intel</vendor>
|
||||
<features>
|
||||
<pae/>
|
||||
<nonpae/>
|
||||
|
Loading…
Reference in New Issue
Block a user