From ba5329ec52a4f439cbe5e3001a1ae34324d46af0 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 6 Nov 2017 16:40:09 +0100 Subject: [PATCH] docs: Document configuration of HPT resizing Signed-off-by: Andrea Bolognani Reviewed-by: John Ferlan --- 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 47c43d0666..8dbea6af71 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1771,7 +1771,7 @@ <pvspinlock state='on'/> <gic version='2'/> <ioapic driver='qemu'/> - + <hpt resizing='required'/> </features> ... @@ -1940,6 +1940,17 @@ which is also known as a split I/O APIC mode. Since 3.4.0 (QEMU/KVM only) +
hpt
+
Configure the HPT (Hash Page Table) of a pSeries guest. Possible + values for the resizing attribute are + enabled, which causes HPT resizing to be enabled if + both the guest and the host support it; disabled, which + causes HPT resizing to be disabled regardless of guest and host + support; and required, 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. + Since 3.10.0 (QEMU/KVM only) +

Time keeping

-- GitLab