mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
numatune: Define XML schema
Example XML: <numatune> <memory mode="strict" nodeset="0-10,^4"/> </numatune> Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
8485e5a256
commit
e68b9ab0b8
@ -387,6 +387,26 @@
|
||||
</zeroOrMore>
|
||||
</element>
|
||||
</optional>
|
||||
|
||||
<!-- All the NUMA related tunables would go in the numatune -->
|
||||
<optional>
|
||||
<element name="numatune">
|
||||
<optional>
|
||||
<element name="memory">
|
||||
<attribute name="mode">
|
||||
<choice>
|
||||
<value>strict</value>
|
||||
<value>preferred</value>
|
||||
<value>interleave</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name="nodeset">
|
||||
<ref name="cpuset"/>
|
||||
</attribute>
|
||||
</element>
|
||||
</optional>
|
||||
</element>
|
||||
</optional>
|
||||
</interleave>
|
||||
</define>
|
||||
<define name="clock">
|
||||
|
Loading…
x
Reference in New Issue
Block a user