On Wed, Apr 29, 2015 at 03:20:13PM +0200, Laszlo Ersek wrote: > S3 support in OVMF says hi. > > RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1204696 > Cc: Amit Shah <amit.s...@redhat.com> > Cc: "Michael S. Tsirkin" <m...@redhat.com> > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: Richard Henderson <r...@twiddle.net> > Cc: Eduardo Habkost <ehabk...@redhat.com> > Cc: Aurelien Jarno <aurel...@aurel32.net> > Cc: Leon Alrae <leon.al...@imgtec.com> > > Thanks > Laszlo
Since Paolo wants to merge this. Series: Reviewed-by: Michael S. Tsirkin <m...@redhat.com> > 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(-) > > -- > 1.8.3.1 >