]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Document configuration of HPT resizing
authorAndrea Bolognani <abologna@redhat.com>
Mon, 6 Nov 2017 15:40:09 +0000 (16:40 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 14 Nov 2017 15:47:19 +0000 (16:47 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
docs/formatdomain.html.in

index 47c43d06661945e4bdcb56227b3a860f2495672e..8dbea6af7125f83ab545d32a4ed07d2a6bdeef90 100644 (file)
   &lt;pvspinlock state='on'/&gt;
   &lt;gic version='2'/&gt;
   &lt;ioapic driver='qemu'/&gt;
-
+  &lt;hpt resizing='required'/&gt;
 &lt;/features&gt;
 ...</pre>
 
           which is also known as a split I/O APIC mode.
           <span class="since">Since 3.4.0</span> (QEMU/KVM only)
       </dd>
+      <dt><code>hpt</code></dt>
+      <dd>Configure the HPT (Hash Page Table) of a pSeries guest. Possible
+          values for the <code>resizing</code> attribute are
+          <code>enabled</code>, which causes HPT resizing to be enabled if
+          both the guest and the host support it; <code>disabled</code>, which
+          causes HPT resizing to be disabled regardless of guest and host
+          support; and <code>required</code>, which prevents the guest from
+          starting unless both the guest and the host support HPT resizing. If
+          the attribute is not defined, the hypervisor default will be used.
+          <span class="since">Since 3.10.0</span> (QEMU/KVM only)
+      </dd>
     </dl>
 
     <h3><a id="elementsTime">Time keeping</a></h3>