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

Michal Privoznik mprivozn at redhat.com
Wed Aug 22 13:37:44 UTC 2012


On 09.08.2012 10:26, Martin Kletzander wrote:
> ---
>  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

s/hypervison/hypervisor/

> +        left with its default value.</dd>
> +    </dl>
> +
>      <h3><a name="elementsFeatures">Hypervisor features</a></h3>
> 
>      <p>
> 

ACK




More information about the libvir-list mailing list