Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455552

Summary: app-emulation/qemu-1.2.2-r2 crashes while booting (para-virt) Windows 7
Product: Gentoo Linux Reporter: Svenne Krap <svenne>
Component: Current packagesAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED OBSOLETE    
Severity: normal CC: qemu+disabled
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://cgit.freedesktop.org/spice/qemu/commit/?h=spice.v63&id=e32c25b5f2452c7fed4dbe8962f4a9f4831fbe24
Whiteboard:
Package list:
Runtime testing required: ---

Description Svenne Krap 2013-02-05 09:11:33 UTC
I believe it is a rather well-known screen-resolution-change bug in QXL ... 

http://cgit.freedesktop.org/spice/qemu/commit/?h=spice.v63&id=e32c25b5f2452c7fed4dbe8962f4a9f4831fbe24



Reproducible: Always

Steps to Reproduce:
1.run win7 VM by script (which works with qemu-1.1.2-r2)
2.
3.
Actual Results:  
dies

Expected Results:  
works
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2013-02-10 19:29:57 UTC
Can you give the exact command line arguments you used? or the libvirt domain XML you used to start this? I want to make sure I've fixed this adequately in my patch queue before the next bump.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2013-02-10 21:30:04 UTC
I believe the fix for this issue should be contained within qemu-1.2.2-r3 but let me know if it is not.
Comment 3 Svenne Krap 2013-02-11 11:07:01 UTC
The qemu-1.2.2-r3 does not fix the issue.

The commandline is

nice -n1 qemu-kvm -name win7v -monitor telnet:192.168.1.3:8501,server,nowait -drive file=/home/sk/kvm/win7v.qcow2,if=virtio,cache=none,boot=on -smp cores=2 -usbdevice tablet -m 4096 -k da -vga qxl -vnc :1 -enable-kvm -rtc base=localtime -daemonize -cpu kvm64 -soundhw hda -net nic,model=virtio,macaddr=C0:FF:EE:30:13:24 -net vde -pidfile _pids/win7v-base
Comment 4 Svenne Krap 2013-02-17 10:27:10 UTC
Updated to 1.4 which works flawlessly..