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
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)
+