Re: [libvirt] [PATCH v4 2/3] qemu: Add support for S3/S4 state configuration

2012-09-03 Thread Martin Kletzander
On 08/31/2012 07:49 PM, Eric Blake wrote: On 08/31/2012 07:59 AM, Martin Kletzander wrote: This patch adds support for running qemu guests with the required parameters to forcefully enable or disable BIOS advertising of S3 and S4 states. The support for this is added to capabilities and there

[libvirt] [PATCH v4 2/3] qemu: Add support for S3/S4 state configuration

2012-08-31 Thread Martin Kletzander
This patch adds support for running qemu guests with the required parameters to forcefully enable or disable BIOS advertising of S3 and S4 states. The support for this is added to capabilities and there is also a qemu command parameter parsing implemented. --- src/qemu/qemu_capabilities.c | 7

Re: [libvirt] [PATCH v4 2/3] qemu: Add support for S3/S4 state configuration

2012-08-31 Thread Eric Blake
On 08/31/2012 07:59 AM, Martin Kletzander wrote: This patch adds support for running qemu guests with the required parameters to forcefully enable or disable BIOS advertising of S3 and S4 states. The support for this is added to capabilities and there is also a qemu command parameter parsing

[libvirt] [PATCH v4 2/3] qemu: Add support for S3/S4 state configuration

2012-08-23 Thread Martin Kletzander
This patch adds support for running qemu guests with the required parameters to forcefully enable or disable BIOS advertising of S3 and S4 states. The support for this is added to capabilities and there is also a qemu command parameter parsing implemented. --- src/qemu/qemu_capabilities.c | 7

Re: [libvirt] [PATCH v4 2/3] qemu: Add support for S3/S4 state configuration

2012-08-23 Thread Michal Privoznik
On 23.08.2012 13:47, Martin Kletzander wrote: This patch adds support for running qemu guests with the required parameters to forcefully enable or disable BIOS advertising of S3 and S4 states. The support for this is added to capabilities and there is also a qemu command parameter parsing