]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: formatdomain: clarify period cputune subelement
authorKaterina Koukiou <kkoukiou@redhat.com>
Wed, 18 Jul 2018 09:34:12 +0000 (11:34 +0200)
committerKaterina Koukiou <kkoukiou@redhat.com>
Wed, 18 Jul 2018 09:46:47 +0000 (11:46 +0200)
Although the name of the element is not self-explanatory,
it's affecting only the vcpu threads.

Signed-off-by: Katerina Koukiou <kkoukiou@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/formatdomain.html.in

index edb2820560f4e6ba6a50573cd5e42ef75801d06e..b00971a94518ca293353a05fe13972289d01281e 100644 (file)
       <dd>
         The optional <code>quota</code> element specifies the maximum allowed
         bandwidth(unit: microseconds). A domain with <code>quota</code> as any
-        negative value indicates that the domain has infinite bandwidth, which
-        means that it is not bandwidth controlled. The value should be in range
-        [1000, 18446744073709551] or less than 0. A quota with value 0 means no
-        value. You can use this feature to ensure that all vcpus run at the same
-        speed.
+        negative value indicates that the domain has infinite bandwidth for
+        vCPU threads, which means that it is not bandwidth controlled. The value
+        should be in range [1000, 18446744073709551] or less than 0. A quota
+        with value 0 means no value. You can use this feature to ensure that all
+        vcpus run at the same speed.
         <span class="since">Only QEMU driver support since 0.9.4, LXC since
         0.9.10</span>
       </dd>