mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
docs: Document configuration of HPT resizing
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
5e192a3620
commit
ba5329ec52
@ -1771,7 +1771,7 @@
|
|||||||
<pvspinlock state='on'/>
|
<pvspinlock state='on'/>
|
||||||
<gic version='2'/>
|
<gic version='2'/>
|
||||||
<ioapic driver='qemu'/>
|
<ioapic driver='qemu'/>
|
||||||
|
<hpt resizing='required'/>
|
||||||
</features>
|
</features>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
@ -1940,6 +1940,17 @@
|
|||||||
which is also known as a split I/O APIC mode.
|
which is also known as a split I/O APIC mode.
|
||||||
<span class="since">Since 3.4.0</span> (QEMU/KVM only)
|
<span class="since">Since 3.4.0</span> (QEMU/KVM only)
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<h3><a id="elementsTime">Time keeping</a></h3>
|
<h3><a id="elementsTime">Time keeping</a></h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user