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/>
<acpi/>
<apic/>
<hap/>
</features>
...</pre>
@ -456,6 +457,10 @@
<dd>ACPI is useful for power management, for example, with
KVM guests it is required for graceful shutdown to work.
</dd>
<dt><code>hap</code></dt>
<dd>Enable use of Hardware Assisted Paging if available in
the hardware.
</dd>
</dl>
<h3><a name="elementsTime">Time keeping</a></h3>

View File

@ -1748,7 +1748,7 @@
</element>
</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">
<optional>
@ -1769,6 +1769,11 @@
<empty/>
</element>
</optional>
<optional>
<element name="hap">
<empty/>
</element>
</optional>
</interleave>
</element>
</optional>