Document HAP domain feature

Add HAP feature to schema and documentation.
This commit is contained in:
Jim Fehlig 2011-01-05 16:07:54 -07:00
parent af521a0182
commit 79f56c669f
2 changed files with 11 additions and 1 deletions

View File

@ -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>

View File

@ -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>