mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Document HAP domain feature
Add HAP feature to schema and documentation.
This commit is contained in:
parent
af521a0182
commit
79f56c669f
@ -437,6 +437,7 @@
|
|||||||
<pae/>
|
<pae/>
|
||||||
<acpi/>
|
<acpi/>
|
||||||
<apic/>
|
<apic/>
|
||||||
|
<hap/>
|
||||||
</features>
|
</features>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
@ -456,6 +457,10 @@
|
|||||||
<dd>ACPI is useful for power management, for example, with
|
<dd>ACPI is useful for power management, for example, with
|
||||||
KVM guests it is required for graceful shutdown to work.
|
KVM guests it is required for graceful shutdown to work.
|
||||||
</dd>
|
</dd>
|
||||||
|
<dt><code>hap</code></dt>
|
||||||
|
<dd>Enable use of Hardware Assisted Paging if available in
|
||||||
|
the hardware.
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<h3><a name="elementsTime">Time keeping</a></h3>
|
<h3><a name="elementsTime">Time keeping</a></h3>
|
||||||
|
@ -1748,7 +1748,7 @@
|
|||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
<!--
|
<!--
|
||||||
A set of optional features: PAE, APIC and ACPI support
|
A set of optional features: PAE, APIC, ACPI, and HAP support
|
||||||
-->
|
-->
|
||||||
<define name="features">
|
<define name="features">
|
||||||
<optional>
|
<optional>
|
||||||
@ -1769,6 +1769,11 @@
|
|||||||
<empty/>
|
<empty/>
|
||||||
</element>
|
</element>
|
||||||
</optional>
|
</optional>
|
||||||
|
<optional>
|
||||||
|
<element name="hap">
|
||||||
|
<empty/>
|
||||||
|
</element>
|
||||||
|
</optional>
|
||||||
</interleave>
|
</interleave>
|
||||||
</element>
|
</element>
|
||||||
</optional>
|
</optional>
|
||||||
|
Loading…
Reference in New Issue
Block a user