Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
docs/formatdomain.html.in | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 92e14a919..0ca693092 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1709,7 +1709,7 @@
<pvspinlock state='on'/>
<gic version='2'/>
<ioapic driver='qemu'/>
-
+ <hpt resizing='required'/>
</features>
...</pre>
@@ -1878,6 +1878,17 @@
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>
--
2.13.6