]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: CPU allocation and pinning clarification
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Aug 2012 14:26:26 +0000 (16:26 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 28 Aug 2012 09:44:26 +0000 (11:44 +0200)
There was a request for clarifying this part of the
documentation. This also fixes a case used with CPU.

docs/formatdomain.html.in

index e671e36ddc2b06f1de47948021f09ed7d71846ba..be8489afb0fe0b96a3139be8749dcb6e731cdb0f 100644 (file)
         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>
 
       </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>