From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMHKX-0006Uw-A8 for qemu-devel@nongnu.org; Fri, 04 Nov 2011 06:49:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RMHKW-0001mM-Ck for qemu-devel@nongnu.org; Fri, 04 Nov 2011 06:49:01 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:55322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMHKW-0001mG-8P for qemu-devel@nongnu.org; Fri, 04 Nov 2011 06:49:00 -0400 Received: by wwg7 with SMTP id 7so2900163wwg.10 for ; Fri, 04 Nov 2011 03:48:59 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 4 Nov 2011 10:48:59 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Windows 7 shutdown causes BSOD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: hkran , Michael Tokarev , "Mars.Cao" Windows 7 32-bit guest blue screens when I shut it down properly with Start | Shut Down. The blue screen is only displayed for a split second before the guest reboots so I am not able to easily tell what it says. My guess is that Windows is triple-faulting or soft rebooting - note that I told Windows to shut down, not reboot. This issue happens on qemu.git/master (and Debian kvm 0.14.1+dfsg-3). Here is the QEMU command-line: x86_64-softmmu/qemu-system-x86_64 -L pc-bios -cpu qemu32 -enable-kvm -m 1024 -rtc base=localtime -drive file=win7.img,if=none,id=drive-ide0-0-0,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 Questions: Is anyone else experiencing this? Is anyone fixing this? If not I will play with it. Disabling ACPI might reveal the source of the problem. If that turns up nothing I will try to get the BSOD or WinDbg output. Stefan