]> git.ipfire.org Git - thirdparty/qemu.git/commit
acpi: initialize s4_val used in s4 shutdown
authorBruce Rogers <brogers@suse.com>
Tue, 2 Apr 2013 18:41:40 +0000 (12:41 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 4 Apr 2013 22:24:55 +0000 (17:24 -0500)
commit888e036eb4f03ec266be05cec3d047488dcaa165
treebe7342b6eacc831058e4486ed0110e94dbe97125
parentd019dd928c68038c539fa0a5ba92f046fed12a6c
acpi: initialize s4_val used in s4 shutdown

While investigating why a 32 bit Windows 2003 guest wasn't able to
successfully perform a shutdown /h, it was discovered that commit
afafe4bbe0cf7d3318e1ac7b40925561f86a6bd4 inadvertently dropped the
initialization of the s4_val used to handle s4 shutdown.
Initialize the value as before.

Signed-off-by: Bruce Rogers <brogers@suse.com>
Message-id: 1364928100-487-1-git-send-email-brogers@suse.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 560e63965232e37d1916a447125cf91c18a96930)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/acpi.c
hw/acpi.h
hw/acpi_ich9.c
hw/acpi_piix4.c
hw/vt82c686.c