]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Document HAP domain feature
authorJim Fehlig <jfehlig@novell.com>
Wed, 5 Jan 2011 23:07:54 +0000 (16:07 -0700)
committerJim Fehlig <jfehlig@novell.com>
Thu, 13 Jan 2011 16:30:26 +0000 (09:30 -0700)
Add HAP feature to schema and documentation.

docs/formatdomain.html.in
docs/schemas/domain.rng

index 99068adccf3ee221b102838034cd6838c0681c14..dad268d0b3cb7720bccab3fa3eec56b956c4f7de 100644 (file)
     &lt;pae/&gt;
     &lt;acpi/&gt;
     &lt;apic/&gt;
+    &lt;hap/&gt;
   &lt;/features&gt;
   ...</pre>
 
       <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>
index a524e4bcd688689c7180ec3bb2f9baed8f67effb..6de85fdcf73b461991893ac6b21785a8281691ac 100644 (file)
     </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>
               <empty/>
             </element>
           </optional>
+          <optional>
+            <element name="hap">
+              <empty/>
+            </element>
+          </optional>
         </interleave>
       </element>
     </optional>