]> git.proxmox.com Git - 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)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 3 Apr 2013 20:06:44 +0000 (15:06 -0500)
commit560e63965232e37d1916a447125cf91c18a96930
tree9580094bf8c1d109f25be620e086dd6291bb37d0
parenta509d632c877f7b5fa07368879b8ae5919a6d345
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>
hw/acpi.c
hw/acpi.h
hw/acpi_ich9.c
hw/acpi_piix4.c
hw/vt82c686.c