Re: [libvirt] [PATCH v4 1/3] Add per-guest S3/S4 state configuration

2012-09-03 Thread Martin Kletzander
On 08/31/2012 07:42 PM, Eric Blake wrote: > On 08/31/2012 07:59 AM, Martin Kletzander wrote: >> There is a new element implemented that can control what ACPI >> sleeping states will be advertised by BIOS and allowed to be switched >> to by libvirt. The default keeps defaults on hypervisor, otherwi

Re: [libvirt] [PATCH v4 1/3] Add per-guest S3/S4 state configuration

2012-08-31 Thread Eric Blake
On 08/31/2012 07:59 AM, Martin Kletzander wrote: > There is a new element implemented that can control what ACPI > sleeping states will be advertised by BIOS and allowed to be switched > to by libvirt. The default keeps defaults on hypervisor, otherwise > forces chosen setting. > The documentation

[libvirt] [PATCH v4 1/3] Add per-guest S3/S4 state configuration

2012-08-31 Thread Martin Kletzander
There is a new element implemented that can control what ACPI sleeping states will be advertised by BIOS and allowed to be switched to by libvirt. The default keeps defaults on hypervisor, otherwise forces chosen setting. The documentation of the pm element is added as well. --- docs/formatdomain

Re: [libvirt] [PATCH v4 1/3] Add per-guest S3/S4 state configuration

2012-08-23 Thread Eric Blake
On 08/23/2012 05:47 AM, Martin Kletzander wrote: > There is a new element implemented that can control what ACPI > sleeping states will be advertised by BIOS and allowed to be switched > to by libvirt. The default keeps defaults on hypervisor, otherwise > forces chosen setting. > The documentation

Re: [libvirt] [PATCH v4 1/3] Add per-guest S3/S4 state configuration

2012-08-23 Thread Michal Privoznik
On 23.08.2012 13:47, Martin Kletzander wrote: > There is a new element implemented that can control what ACPI > sleeping states will be advertised by BIOS and allowed to be switched > to by libvirt. The default keeps defaults on hypervisor, otherwise > forces chosen setting. > The documentation of

[libvirt] [PATCH v4 1/3] Add per-guest S3/S4 state configuration

2012-08-23 Thread Martin Kletzander
There is a new element implemented that can control what ACPI sleeping states will be advertised by BIOS and allowed to be switched to by libvirt. The default keeps defaults on hypervisor, otherwise forces chosen setting. The documentation of the pm element is added as well. --- docs/formatdomain