On 29 June 2011 14:21, d...@ucore.info <d...@ucore.info> wrote: > I'm trying to get the tablet emulation for Qemu's VNC server to handle > the mouse better. I'm using `qemu-system-arm` and everything is OK > except for the mouse movement. > > After I add `-usb -usbdevie table` argument to `qemu-system-arm` > invocation I get: > > qemu: hardware error: Failed to create USB device 'usb-tablet'
Which machine are you using? The default (integratorcp) does not have a USB controller modelled, so there's nothing to plug the tablet into and QEMU fails with the above slightly cryptic message... Try "-M versatilepb". -- PMM