From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRH69-0003Go-64 for qemu-devel@nongnu.org; Mon, 07 May 2012 02:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRH67-0005Yd-DR for qemu-devel@nongnu.org; Mon, 07 May 2012 02:07:04 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:60292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRH67-0005YO-5q for qemu-devel@nongnu.org; Mon, 07 May 2012 02:07:03 -0400 Message-ID: <4FA76682.7090004@msgid.tls.msk.ru> Date: Mon, 07 May 2012 10:06:58 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <4FA6CB05.3060004@msgid.tls.msk.ru> In-Reply-To: <4FA6CB05.3060004@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [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 On 06.05.2012 23:03, Michael Tokarev wrote: > 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. And the previously installed guest never reboots in currrent git version, always giving the 0x5c STOP code after first boot. This is aint good at all, as existing guests does not work anymore..... :( Thanks, /mjt > 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.