From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SR6kH-0006YG-HY for qemu-devel@nongnu.org; Sun, 06 May 2012 15:03:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SR6kC-0000pL-Dy for qemu-devel@nongnu.org; Sun, 06 May 2012 15:03:49 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:48902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SR6kB-0000Xo-N8 for qemu-devel@nongnu.org; Sun, 06 May 2012 15:03:44 -0400 Message-ID: <4FA6CB05.3060004@msgid.tls.msk.ru> Date: Sun, 06 May 2012 23:03:33 +0400 From: Michael Tokarev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] current qemu git does not work with win7 guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel This is just a heads-up. I tried building current qemu git today and running a win7 guest in it. Neither already installed guest (which finds new hardware and want to reboot) nor freshly installed win7 boots: it boots for the first time, next it installs drivers, but on reboot it BSODs with STOP: 0x0000005C (0x000000000000010B, 0x0000000000000003, 0x000000000000000, 0x000000000000000) which is - according to ms docs - some HAL initialization error, maybe related to ACPI. But apparently subsequent boots works. The freshly installed win7 asked me something (even suggested to run safe mode or something like that), I told it to boot normally and it booted, and - seemingly - works since that. Still, this first-reboot-stop-0x0000005c is something I have never seen from qemu or kvm before, even very old versions worked fine. P.S. I used 32bit version of qemu userspace and 32bit version of win7 guest (so far), with 1G guest ram and -cpu host, from AthlonII host cpu, and with -smp 1. Thanks, /mjt