[libvirt] [PATCH 4/4] Document HAP domain feature

Jim Fehlig jfehlig at novell.com
Wed Jan 5 23:32:42 UTC 2011


Add HAP feature to schema and documentation.
---
 docs/formatdomain.html.in |    5 +++++
 docs/schemas/domain.rng   |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index e9fcea1..0b1a851 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -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>
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
index eee9864..f043234 100644
--- a/docs/schemas/domain.rng
+++ b/docs/schemas/domain.rng
@@ -1741,7 +1741,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>
@@ -1762,6 +1762,11 @@
               <empty/>
             </element>
           </optional>
+          <optional>
+            <element name="hap">
+              <empty/>
+            </element>
+          </optional>
         </interleave>
       </element>
     </optional>
-- 
1.7.3.1




More information about the libvir-list mailing list