diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d8ad54ac85..5cb5a56381 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -960,6 +960,30 @@ domain will be restarted with the same configuration +

Power Management

+ +

+ Since 0.10.2 it is possible to + forcibly enable or disable BIOS advertisements to the guest + OS. (NB: Only qemu driver support) +

+ +
+  ...
+  <pm>
+    <suspend-to-disk enabled='no'/>
+    <suspend-to-ram enabled='yes'/>
+  </pm>
+  ...
+ +
+
pm
+
These elements enable ('yes') or disable ('no') BIOS support + for S3 (suspend-to-disk) and S4 (suspend-to-mem) ACPI sleep + states. If nothing is specified, then the hypervisor will be + left with its default value.
+
+

Hypervisor features

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 60cf33e0f9..abd0e8f8be 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -52,6 +52,9 @@ + + + @@ -2271,6 +2274,40 @@ coredump-restart + + + + + + + + + + + + + + + + + + + + + + + yes + no + + + +