architecture: 0.934 virtual: 0.932 semantic: 0.928 network: 0.928 PID: 0.922 graphic: 0.918 device: 0.910 performance: 0.909 assembly: 0.907 debug: 0.905 risc-v: 0.901 ppc: 0.900 arm: 0.898 boot: 0.897 vnc: 0.890 user-level: 0.888 permissions: 0.877 VMM: 0.876 hypervisor: 0.875 register: 0.870 peripherals: 0.852 mistranslation: 0.851 socket: 0.851 KVM: 0.843 TCG: 0.830 x86: 0.816 files: 0.799 kernel: 0.791 i386: 0.432 With VNC, "-usbdevice tablet" no longer makes mouse pointers line up I use qemu in VNC mode. In order to get the client and server mouse pointers to line up, I've had to use the "-usbdevice tablet" option. This no longer works, and it behaves the same as if the option is not there. This makes my VMs unusable to me. Here's how I'm booting WinXP: qemu-system-x86_64 -vga std -drive cache=writeback,index=0,media=disk,file=winxp.img -k en-us -m 2048 -smp 2 -vnc :3101 -usbdevice tablet -boot c -enable-kvm & The Windows install hasn't changed, only qemu. I'm running this version of QEMU: QEMU emulator version 0.15.0 (qemu-kvm-0.15.0), Copyright (c) 2003-2008 Fabrice Bellard I'll see about upgrading to 0.15.1, but since I haven't seen other reports of this particular problem in your DB, I'm assuming that this problem has not been fixed between 0.15.0 and 0.15.1. Also observed on Fedora 16, qemu-kvm-0.15.1-3.fc16.x86_64 https://bugzilla.redhat.com/show_bug.cgi?id=754149 Also observed on Ubuntu, extra/qemu-kvm 0.15.0-2 https://bugs.launchpad.net/qemu/+bug/894037 This bug isn't getting any attention, but it's a total show-stopper for me. It priority should be raised to Critical. I cannot use any of my VMs at all. Please help! Thanks. On Mon, Dec 19, 2011 at 3:23 PM, Timothy Miller