Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error [PATCH 1/1]

2012-09-27 Thread Brendan Dolan-Gavitt
I also debugged this issue today and ended up in the same place -- after enabling the CPUID_DE bit in cpuid.c, I am able to start the Windows 7 x64 installer, but it bluescreens with various messages after a minute or so (with various codes like DRIVER_IRQL_NOT_LESS_OR_EQUAL,

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error [PATCH 1/1]

2012-09-27 Thread Clemens Kolbitsch
Brendan, I was also getting the same BSOD error codes. I was very busy with other stuff recently, so I pretty much didn't get any further than what I said in my last mail. But I'm more than happy helping out if you need anything debugging this. Just let me know -Clemens On Thu, Sep 27, 2012 at

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error [PATCH 1/1]

2012-09-17 Thread Clemens Kolbitsch
On Mon, Sep 10, 2012 at 10:31 AM, Aurelien Jarno aurel...@aurel32.net wrote: On Mon, Sep 10, 2012 at 06:23:43PM +0200, Stefan Weil wrote: Am 10.09.2012 08:19, schrieb Clemens Kolbitsch: On Sat, Sep 8, 2012 at 11:22 AM, Clemens Kolbitsch kolbit...@lastline.com wrote: On Fri, Sep 7, 2012 at

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error [PATCH 1/1]

2012-09-17 Thread Aurelien Jarno
On Mon, Sep 17, 2012 at 10:27:35AM -0700, Clemens Kolbitsch wrote: On Mon, Sep 10, 2012 at 10:31 AM, Aurelien Jarno aurel...@aurel32.net wrote: On Mon, Sep 10, 2012 at 06:23:43PM +0200, Stefan Weil wrote: Am 10.09.2012 08:19, schrieb Clemens Kolbitsch: On Sat, Sep 8, 2012 at 11:22 AM,

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error [PATCH 1/1]

2012-09-17 Thread Clemens Kolbitsch
On Mon, Sep 17, 2012 at 11:19 AM, Aurelien Jarno aurel...@aurel32.net wrote: On Mon, Sep 17, 2012 at 10:27:35AM -0700, Clemens Kolbitsch wrote: On Mon, Sep 10, 2012 at 10:31 AM, Aurelien Jarno aurel...@aurel32.net wrote: On Mon, Sep 10, 2012 at 06:23:43PM +0200, Stefan Weil wrote: Am

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error

2012-09-10 Thread Clemens Kolbitsch
On Sat, Sep 8, 2012 at 11:22 AM, Clemens Kolbitsch kolbit...@lastline.com wrote: On Fri, Sep 7, 2012 at 9:26 PM, Stefan Weil s...@weilnetz.de wrote: Am 08.09.2012 02:48, schrieb Clemens Kolbitsch: Hi guys, I need to run Win7 64bit in Qemu without KVM support. I found a few messages

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error

2012-09-10 Thread Stefan Weil
Am 10.09.2012 08:19, schrieb Clemens Kolbitsch: On Sat, Sep 8, 2012 at 11:22 AM, Clemens Kolbitsch kolbit...@lastline.com wrote: On Fri, Sep 7, 2012 at 9:26 PM, Stefan Weil s...@weilnetz.de wrote: Am 08.09.2012 02:48, schrieb Clemens Kolbitsch: Hi guys, I need to run Win7 64bit in Qemu

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error

2012-09-10 Thread Clemens Kolbitsch
On Mon, Sep 10, 2012 at 9:23 AM, Stefan Weil s...@weilnetz.de wrote: Am 10.09.2012 08:19, schrieb Clemens Kolbitsch: On Sat, Sep 8, 2012 at 11:22 AM, Clemens Kolbitsch kolbit...@lastline.com wrote: On Fri, Sep 7, 2012 at 9:26 PM, Stefan Weil s...@weilnetz.de wrote: Am 08.09.2012 02:48,

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error

2012-09-10 Thread Aurelien Jarno
On Mon, Sep 10, 2012 at 06:23:43PM +0200, Stefan Weil wrote: Am 10.09.2012 08:19, schrieb Clemens Kolbitsch: On Sat, Sep 8, 2012 at 11:22 AM, Clemens Kolbitsch kolbit...@lastline.com wrote: On Fri, Sep 7, 2012 at 9:26 PM, Stefan Weil s...@weilnetz.de wrote: Am 08.09.2012 02:48, schrieb

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error

2012-09-10 Thread Stefan Weil
Am 10.09.2012 19:20, schrieb Clemens Kolbitsch: On Mon, Sep 10, 2012 at 9:23 AM, Stefan Weil s...@weilnetz.de wrote: Hi Clemens, indeed, it looks like CPUID_DE fixes that BSOD with STOP 0x005D In my test scenario Windows now reboots instead of showing the BSOD. This commit added the

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error

2012-09-08 Thread Clemens Kolbitsch
On Fri, Sep 7, 2012 at 9:26 PM, Stefan Weil s...@weilnetz.de wrote: Am 08.09.2012 02:48, schrieb Clemens Kolbitsch: Hi guys, I need to run Win7 64bit in Qemu without KVM support. I found a few messages concerning the unsupported architecture problem (Windows shows a BSOD with STOP

[Qemu-devel] Qemu (no kvm) Win7 (64bit) boot error

2012-09-07 Thread Clemens Kolbitsch
Hi guys, I need to run Win7 64bit in Qemu without KVM support. I found a few messages concerning the unsupported architecture problem (Windows shows a BSOD with STOP 0x005D ... on boot), for example http://lists.gnu.org/archive/html/qemu-devel/2011-03/msg01623.html or

Re: [Qemu-devel] QEMU (no kvm) Win7 (64bit) boot error

2012-09-07 Thread Stefan Weil
Am 08.09.2012 02:48, schrieb Clemens Kolbitsch: Hi guys, I need to run Win7 64bit in Qemu without KVM support. I found a few messages concerning the unsupported architecture problem (Windows shows a BSOD with STOP 0x005D ... on boot), for example