qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B
@ 2013-04-30 13:33 Peter Lieven
  2013-04-30 15:35 ` Paolo Bonzini
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Lieven @ 2013-04-30 13:33 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

Hi all,

when I start a Windows XP VM that was installed under qemu-kvm-1.2.0 with latest git it BSODs shortly after the Windows
Logo is displayed.

*** STOP: 0x0000007B (0xF7A09528,0xC0000034,0x00000000,0x00000000)

The command line is as follows:
/usr/bin/qemu-1.4.5  -enable-kvm  -netdev type=tap,id=guest15,script=no,downscript=no,ifname=tap15  -device rtl8139,netdev=guest15,mac=52:54:00:ff:01:44 -drive 
format=host_device,file=/dev/vc-clvm_ce37ada72c57c6f0/WinXP-QemuTest-hd0,if=ide,cache=none,aio=native -m 1024 -monitor tcp:0:4014,server,nowait -vnc :14 -qmp tcp:0:3014,server,nowait  -name 'WinXP-QemuTest'  -boot order=dc,menu=off  -fda 
/home/kvm/src/vfd/virtio-win.vfd  -k de -pidfile /var/run/qemu/vm-294.pid  -mem-path /hugepages -mem-prealloc  -cpu host,+x2apic,model_id='Intel(R) Xeon(R) CPU           L5640  @ 2.27GHz'  -rtc base=localtime -vga std  -usb -usbdevice tablet

The paramters to qemu-kvm-1.2.0 are identical except for the -enable-kvm.

I already tried the Bios of qemu-kvm-1.2.0, but it does not help.

Has anything changed in the device enumeration?

Is this possibly anything known or shall I bisect?

Thanks,
Peter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B
  2013-04-30 13:33 [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B Peter Lieven
@ 2013-04-30 15:35 ` Paolo Bonzini
  2013-05-02  7:52   ` Peter Lieven
  0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2013-04-30 15:35 UTC (permalink / raw)
  To: Peter Lieven; +Cc: qemu-devel@nongnu.org

Il 30/04/2013 15:33, Peter Lieven ha scritto:
> Hi all,
> 
> when I start a Windows XP VM that was installed under qemu-kvm-1.2.0
> with latest git it BSODs shortly after the Windows
> Logo is displayed.
> 
> *** STOP: 0x0000007B (0xF7A09528,0xC0000034,0x00000000,0x00000000)
> 
> The command line is as follows:
> /usr/bin/qemu-1.4.5  -enable-kvm  -netdev
> type=tap,id=guest15,script=no,downscript=no,ifname=tap15  -device
> rtl8139,netdev=guest15,mac=52:54:00:ff:01:44 -drive
> format=host_device,file=/dev/vc-clvm_ce37ada72c57c6f0/WinXP-QemuTest-hd0,if=ide,cache=none,aio=native
> -m 1024 -monitor tcp:0:4014,server,nowait -vnc :14 -qmp
> tcp:0:3014,server,nowait  -name 'WinXP-QemuTest'  -boot
> order=dc,menu=off  -fda /home/kvm/src/vfd/virtio-win.vfd  -k de -pidfile
> /var/run/qemu/vm-294.pid  -mem-path /hugepages -mem-prealloc  -cpu
> host,+x2apic,model_id='Intel(R) Xeon(R) CPU           L5640  @ 2.27GHz' 
> -rtc base=localtime -vga std  -usb -usbdevice tablet
> 
> The paramters to qemu-kvm-1.2.0 are identical except for the -enable-kvm.
> 
> I already tried the Bios of qemu-kvm-1.2.0, but it does not help.
> 
> Has anything changed in the device enumeration?
> 
> Is this possibly anything known or shall I bisect?

Bisecting is never a bad idea (especially a quick bisection of just 1.3
and 1.4), but before that I would try adding "-M pc-1.2" to the
qemu-1.4.5 invocation.

Paolo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B
  2013-04-30 15:35 ` Paolo Bonzini
@ 2013-05-02  7:52   ` Peter Lieven
  2013-05-02  8:43     ` Paolo Bonzini
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Lieven @ 2013-05-02  7:52 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel@nongnu.org

On 30.04.2013 17:35, Paolo Bonzini wrote:
> -M pc-1.2
that helped.

thank you ;-)

Peter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B
  2013-05-02  7:52   ` Peter Lieven
@ 2013-05-02  8:43     ` Paolo Bonzini
  2013-05-02  9:56       ` Peter Lieven
  0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2013-05-02  8:43 UTC (permalink / raw)
  To: Peter Lieven; +Cc: qemu-devel@nongnu.org

Il 02/05/2013 09:52, Peter Lieven ha scritto:
> On 30.04.2013 17:35, Paolo Bonzini wrote:
>> -M pc-1.2
> that helped.

As the next step in "bisecting", can you now:

- start the Windows XP installer (it is fine to stop it at to the
beginning of the graphical installation) with no -M option

- if it fails, try the same with pc-1.3 and pc-1.4 options?

Paolo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B
  2013-05-02  8:43     ` Paolo Bonzini
@ 2013-05-02  9:56       ` Peter Lieven
  2013-05-02 10:04         ` Paolo Bonzini
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Lieven @ 2013-05-02  9:56 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel@nongnu.org

On 02.05.2013 10:43, Paolo Bonzini wrote:
> Il 02/05/2013 09:52, Peter Lieven ha scritto:
>> On 30.04.2013 17:35, Paolo Bonzini wrote:
>>> -M pc-1.2
>> that helped.
> As the next step in "bisecting", can you now:
>
> - start the Windows XP installer (it is fine to stop it at to the
> beginning of the graphical installation) with no -M option

fresh install works without the -M option. Only my old install crashed
without -M pc-1.2

Peter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B
  2013-05-02  9:56       ` Peter Lieven
@ 2013-05-02 10:04         ` Paolo Bonzini
  2013-05-02 10:50           ` Peter Lieven
  0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2013-05-02 10:04 UTC (permalink / raw)
  To: Peter Lieven; +Cc: qemu-devel@nongnu.org

Il 02/05/2013 11:56, Peter Lieven ha scritto:
> On 02.05.2013 10:43, Paolo Bonzini wrote:
>> Il 02/05/2013 09:52, Peter Lieven ha scritto:
>>> On 30.04.2013 17:35, Paolo Bonzini wrote:
>>>> -M pc-1.2
>>> that helped.
>> As the next step in "bisecting", can you now:
>>
>> - start the Windows XP installer (it is fine to stop it at to the
>> beginning of the graphical installation) with no -M option
> 
> fresh install works without the -M option. Only my old install crashed
> without -M pc-1.2

Ok, can you now try your old install with -M pc-1.3 and -M pc-1.4?

Paolo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B
  2013-05-02 10:04         ` Paolo Bonzini
@ 2013-05-02 10:50           ` Peter Lieven
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Lieven @ 2013-05-02 10:50 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel@nongnu.org

On 02.05.2013 12:04, Paolo Bonzini wrote:
> Il 02/05/2013 11:56, Peter Lieven ha scritto:
>> On 02.05.2013 10:43, Paolo Bonzini wrote:
>>> Il 02/05/2013 09:52, Peter Lieven ha scritto:
>>>> On 30.04.2013 17:35, Paolo Bonzini wrote:
>>>>> -M pc-1.2
>>>> that helped.
>>> As the next step in "bisecting", can you now:
>>>
>>> - start the Windows XP installer (it is fine to stop it at to the
>>> beginning of the graphical installation) with no -M option
>> fresh install works without the -M option. Only my old install crashed
>> without -M pc-1.2
> Ok, can you now try your old install with -M pc-1.3 and -M pc-1.4?
After booting with pc-1.2 once it now also boots with pc-1.5...

And no, I did not make a copy before ;-(

Peter


>
> Paolo
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-02 10:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 13:33 [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B Peter Lieven
2013-04-30 15:35 ` Paolo Bonzini
2013-05-02  7:52   ` Peter Lieven
2013-05-02  8:43     ` Paolo Bonzini
2013-05-02  9:56       ` Peter Lieven
2013-05-02 10:04         ` Paolo Bonzini
2013-05-02 10:50           ` Peter Lieven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).