From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnS1m-0007PI-R2 for qemu-devel@nongnu.org; Wed, 29 Apr 2015 09:27:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnS1l-0002z0-PA for qemu-devel@nongnu.org; Wed, 29 Apr 2015 09:27:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnS1l-0002ys-Hh for qemu-devel@nongnu.org; Wed, 29 Apr 2015 09:27:49 -0400 Message-ID: <5540DC43.9060305@redhat.com> Date: Wed, 29 Apr 2015 15:27:31 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430313616-27348-1-git-send-email-lersek@redhat.com> In-Reply-To: <1430313616-27348-1-git-send-email-lersek@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] provide "etc/system-states" on Q35 too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , qemu-devel@nongnu.org Cc: Eduardo Habkost , "Michael S. Tsirkin" , Amit Shah , Leon Alrae , Aurelien Jarno , Richard Henderson On 29/04/2015 15:20, Laszlo Ersek wrote: > S3 support in OVMF says hi. > > RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1204696 > Cc: Amit Shah > Cc: "Michael S. Tsirkin" > Cc: Paolo Bonzini > Cc: Richard Henderson > Cc: Eduardo Habkost > Cc: Aurelien Jarno > Cc: Leon Alrae > > Thanks > Laszlo Looks good. I'll apply it to my smm branch, since I have a conflicting patch in there, but if mst wants to pick it up it would be great. It is an independent bug, and that tree is already becoming pretty large. Paolo > Laszlo Ersek (3): > hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4" > hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to core > hw/acpi: piix4_pm_init(): take fw_cfg object no more > > include/hw/acpi/acpi.h | 3 ++- > include/hw/i386/pc.h | 3 +-- > hw/acpi/core.c | 15 ++++++++++++++- > hw/acpi/ich9.c | 3 ++- > hw/acpi/piix4.c | 13 ++----------- > hw/i386/pc_piix.c | 19 +++++++++---------- > hw/isa/vt82c686.c | 2 +- > hw/mips/mips_malta.c | 2 +- > 8 files changed, 32 insertions(+), 28 deletions(-) >