On Sun, Jan 24, 2010 at 09:27:44AM +0200, Avi Kivity wrote: > On 01/22/2010 03:52 PM, Dominik Brodowski wrote: > > > >>So it seems from the Xorg log. Boot a Ubuntu 9.10 cdrom, on > >>qemu-kvm-0.11 it boots fine and fast, on 0.12 it fails on emulation > >>(unless you apply my patchset, in which case it works, but is > >>incredibly slow). > >Hm, does it work with any KVM version for you? Tried a couple of revs, but > >with no success, so I couldn't start bisecting... > > The qemu-kvm-0.11 series worked for me. Can't try the ubuntu install CD now, just my own ubuntu virtual system: $ git checkout qemu-kvm-0.11.1 HEAD is now at 60b28da... Merge commit 'v0.11.1' into stable-0.11 $ ./configure --audio-drv-list="alsa" --target-list="x86_64-softmmu" $ make -j2 $ sudo make install $ /usr/local/bin/qemu-system-x86_64 -M pc -m 1024 -smp 1 -name x86 -drive file=/dev/mapper/x86,if=ide,index=0 -net - nic,macaddr=00:16:36:44:c1:f8,vlan=0 -net user,vlan=0 -usb -usbdevice - tablet -k de -soundhw es1370 -snapshot -vga vmware -monitor stdio --enable-kvm VNC server running on `127.0.0.1:5900' QEMU 0.11.1 monitor - type 'help' for more information (qemu) unhandled vm exit: 0x11 rax 00007f55d8532000 rbx 0000000000000000 rcx 0000000000000000 rdx 0000000000000000 rsi 0000000000000000 rdi 00007f55d8532000 rsp 00007fff9b695f78 rbp 00007fff9b695f90 r8 000000000000ff80 r9 0000000000200000 r10 0000000000000000 r11 00007f55d7dbe3f0 r12 00000000004017c0 r13 00007fff9b697680 r14 0000000000000000 r15 0000000000000000 rip 00007f55d7dbea7b rflags 00013206 cs 0033 (00000000/ffffffff p 1 dpl 3 db 0 s 1 type b l 1 g 1 avl 0) ds 0000 (00000000/ffffffff p 0 dpl 0 db 0 s 0 type 0 l 0 g 0 avl 0) es 0000 (00000000/ffffffff p 0 dpl 0 db 0 s 0 type 0 l 0 g 0 avl 0) ss 002b (00000000/ffffffff p 1 dpl 3 db 1 s 1 type 3 l 0 g 1 avl 0) fs 0000 (7f55d85446f0/ffffffff p 0 dpl 0 db 0 s 0 type 0 l 0 g 0 avl 0) gs 0000 (00000000/ffffffff p 0 dpl 0 db 0 s 0 type 0 l 0 g 0 avl 0) tr 0040 (ffff880001a03440/00002087 p 1 dpl 0 db 0 s 0 type b l 0 g 0 avl 0) ldt 0000 (00000000/ffffffff p 0 dpl 0 db 0 s 0 type 0 l 0 g 0 avl 0) gdt ffff8800019f4000/7f idt ffffffff818fd000/fff cr0 80050033 cr2 12c3000 cr3 3c420000 cr4 6f0 cr8 0 efer d01 Aborted $ Best, Dominik -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html