From: Osier Yang Date: Mon, 20 Jun 2011 07:15:05 +0000 (+0800) Subject: numatune: Add doc for new numatune XML X-Git-Tag: v0.9.3-rc1~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6ea48c325455aaf99faa2da1c9f54b2b8fbcc1f;p=thirdparty%2Flibvirt.git numatune: Add doc for new numatune XML --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 267839b577..ab39417a6a 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -295,6 +295,9 @@ <vcpupin vcpu="3" cpuset="0,4"/> <shares>2048</shares> </cputune> + <numatune> + <memory mode="strict" nodeset="1-4,^3"/> + </numatune> ...
@@ -382,6 +385,21 @@ 2048 will get twice as much CPU time as a VM configured with value 1024. Since 0.9.0 +
numatune
+
+ The optional numatune element provides details of + how to tune the performance of a NUMA host via controlling NUMA policy + for domain process. NB, only supported by QEMU driver. + Since 0.9.3 +
memory
+
+ The optional memory element specify how to allocate memory + for the domain process on a NUMA host. It contains two attributes, + attribute mode is either 'interleave', 'strict', or 'preferred', + attribute nodeset specifies the NUMA nodes, it leads same + syntax with attribute cpuset of element vcpu. + Since 0.9.3 +

CPU model and topology