aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2012-08-27 16:26:26 +0200
committerMartin Kletzander <mkletzan@redhat.com>2012-08-28 11:44:26 +0200
commit3de747c9a28b0f4b8e7e06e550286de766759441 (patch)
tree9141010d8ee8d086a4b76c0b29cb02d83334f3cc /docs
parentbuild: work with older libnl1 headers (diff)
downloadlibvirt-3de747c9a28b0f4b8e7e06e550286de766759441.tar.gz
libvirt-3de747c9a28b0f4b8e7e06e550286de766759441.tar.bz2
libvirt-3de747c9a28b0f4b8e7e06e550286de766759441.zip
docs: CPU allocation and pinning clarification
There was a request for clarifying this part of the documentation. This also fixes a case used with CPU.
Diffstat (limited to 'docs')
-rw-r--r--docs/formatdomain.html.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index e671e36dd..be8489afb 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -369,7 +369,8 @@
if it's specified. If both <code>cpuset</code> and <code>placement</code>
are not specified, or if <code>placement</code> is "static", but no
<code>cpuset</code> is specified, the domain process will be pinned to
- all the available physical CPUs.
+ all the available physical CPUs. These settings are superseded
+ by <a href="#elementsCPUTuning">CPU tuning</a>.
</dd>
</dl>
@@ -404,9 +405,11 @@
</dd>
<dt><code>vcpupin</code></dt>
<dd>
- The optional <code>vcpupin</code> element specifies which of host
- physical CPUS the domain VCPU will be pinned to. If this is omitted,
- each VCPU is pinned to all the physical CPUS by default. It contains two
+ The optional <code>vcpupin</code> element specifies which of host's
+ physical CPUs the domain VCPU will be pinned to. This setting supersedes
+ previous VCPU placement specified in <a href="#elementsCPUAllocation">CPU
+ Allocation</a> using <code>vcpu</code> element. If this is omitted,
+ each VCPU is pinned to all the physical CPUs by default. It contains two
required attributes, the attribute <code>vcpu</code> specifies vcpu id,
and the attribute <code>cpuset</code> is same as
attribute <code>cpuset</code>