mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00: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>
|
||||
</optional>
|
||||
<zeroOrMore>
|
||||
<element name="memnode">
|
||||
<attribute name="cellid">
|
||||
<ref name="unsignedInt"/>
|
||||
</attribute>
|
||||
<attribute name="mode">
|
||||
<choice>
|
||||
<value>strict</value>
|
||||
<value>preferred</value>
|
||||
<value>interleave</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name='nodeset'>
|
||||
<ref name='cpuset'/>
|
||||
</attribute>
|
||||
</element>
|
||||
<interleave>
|
||||
<element name="memnode">
|
||||
<attribute name="cellid">
|
||||
<ref name="unsignedInt"/>
|
||||
</attribute>
|
||||
<attribute name="mode">
|
||||
<choice>
|
||||
<value>strict</value>
|
||||
<value>preferred</value>
|
||||
<value>interleave</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name='nodeset'>
|
||||
<ref name='cpuset'/>
|
||||
</attribute>
|
||||
</element>
|
||||
</interleave>
|
||||
</zeroOrMore>
|
||||
</element>
|
||||
</define>
|
||||
|
Loading…
Reference in New Issue
Block a user