[libvirt] [PATCH v3 4/4] docs: Add pm element into documentation

Martin Kletzander mkletzan at redhat.com
Thu Aug 9 08:26:21 UTC 2012


---
 docs/formatdomain.html.in |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index f97c630..50c4783 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -922,6 +922,27 @@
         domain will be restarted with the same configuration</dd>
     </dl>

+    <h3><a name="elementsPowerManagement">Power Management</a></h3>
+
+    <p>
+      <span class="since">Since 0.10.1</span> it is possible to
+      forcibly enable or disable BIOS advertisements to the guest
+      OS. (NB: Only qemu driver support)
+    </p>
+
+<pre>
+  ...
+  <pm suspend-to-disk='off' suspend-to-ram='on' />
+  ...</pre>
+
+    <dl>
+      <dt><code>pm</code></dt>
+      <dd>This element enables ('on') or disables ('off') BIOS support
+        for S3 (suspend-to-disk) and S4 (suspend-to-mem) ACPI sleep
+        states. If no value is specified, then the hypervison will be
+        left with its default value.</dd>
+    </dl>
+
     <h3><a name="elementsFeatures">Hypervisor features</a></h3>

     <p>
-- 
1.7.8.6




More information about the libvir-list mailing list