Gerd, After the latest pull, my sdl mouse no longer works. I've tried with both OS X and Fedora 20 live. The latter (easier command line with no out of tree dependencies) is started with the following command line:
bin/qemu-system-x86_64 -enable-kvm -m 2048 -machine q35 \ -usb -device usb-kbd -device usb-mouse \ -device ide-drive,bus=ide.2,drive=HDD \ -drive id=HDD,if=none,snapshot=on,file=Fedora-Live-Desktop-x86_64-20-1.iso \ -monitor stdio After a git bisect I tracked it down to commit 3ab193e66262e60e0ff74ac1ab5cff04412e83cb (mouse: switch sdl ui to new core). Is my command line deprecated, or am I tickling some sort of bug ? Thanks, --Gabriel