mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schema: add interleave inside numatune
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
7e72ac7878
commit
09d4d261e5
@ -790,21 +790,23 @@
|
|||||||
</element>
|
</element>
|
||||||
</optional>
|
</optional>
|
||||||
<zeroOrMore>
|
<zeroOrMore>
|
||||||
<element name="memnode">
|
<interleave>
|
||||||
<attribute name="cellid">
|
<element name="memnode">
|
||||||
<ref name="unsignedInt"/>
|
<attribute name="cellid">
|
||||||
</attribute>
|
<ref name="unsignedInt"/>
|
||||||
<attribute name="mode">
|
</attribute>
|
||||||
<choice>
|
<attribute name="mode">
|
||||||
<value>strict</value>
|
<choice>
|
||||||
<value>preferred</value>
|
<value>strict</value>
|
||||||
<value>interleave</value>
|
<value>preferred</value>
|
||||||
</choice>
|
<value>interleave</value>
|
||||||
</attribute>
|
</choice>
|
||||||
<attribute name='nodeset'>
|
</attribute>
|
||||||
<ref name='cpuset'/>
|
<attribute name='nodeset'>
|
||||||
</attribute>
|
<ref name='cpuset'/>
|
||||||
</element>
|
</attribute>
|
||||||
|
</element>
|
||||||
|
</interleave>
|
||||||
</zeroOrMore>
|
</zeroOrMore>
|
||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
|
Loading…
Reference in New Issue
Block a user