Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455552 - app-emulation/qemu-1.2.2-r2 crashes while booting (para-virt) Windows 7
Summary: app-emulation/qemu-1.2.2-r2 crashes while booting (para-virt) Windows 7
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL: http://cgit.freedesktop.org/spice/qem...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-02-05 09:11 UTC by Svenne Krap
Modified: 2013-02-17 10:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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..