From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40825 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzD6a-0003xh-Cx for qemu-devel@nongnu.org; Mon, 14 Mar 2011 15:07:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzD6Z-0000bw-A4 for qemu-devel@nongnu.org; Mon, 14 Mar 2011 15:07:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzD6Z-0000bY-0r for qemu-devel@nongnu.org; Mon, 14 Mar 2011 15:06:59 -0400 Date: Mon, 14 Mar 2011 21:06:55 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] Windows 7 on pure qemu-0.14 Message-ID: <20110314190655.GB15825@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marco Cianfriglia Cc: qemu-devel@nongnu.org On Mon, Mar 14, 2011 at 07:19:29PM +0100, Marco Cianfriglia wrote: > Hi to alll, > > I'm trying to run Windows7 64 on pure qemu-0.14 ( no kvm/xen) > I compiled qemu with the following : .configure --disable-kvm --enable-vnc-thread --target-list=x86_64-softmmu > Running qemu-system-x86_64 -m 2030 -boot c -cdrom /win7_64.iso -hda win7_64.img > gives me a BSOD with this error: > Stop: 0x0000005D (0x0000000078BFBF9,0x0000000000000000,0x0000000000000000,0x0000000000000000 > Is there a way to solve this issue? > Any hint is appreciated, thanks a lot in advance > Marco > Try adding -cpu Nehalem. -- Gleb.