From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbuiC-0001ml-LP for qemu-devel@nongnu.org; Wed, 29 Jun 2011 09:21:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbui9-0006qv-Cq for qemu-devel@nongnu.org; Wed, 29 Jun 2011 09:21:48 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:64238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbui9-0006ny-35 for qemu-devel@nongnu.org; Wed, 29 Jun 2011 09:21:45 -0400 Received: by bwd12 with SMTP id 12so1107868bwd.4 for ; Wed, 29 Jun 2011 06:21:42 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 29 Jun 2011 15:21:42 +0200 Message-ID: From: "dpc@ucore.info" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] qemu: hardware error: Failed to create USB device 'usb-tablet' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, 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' CPU #0: R00=3D00000000 R01=3D00000000 R02=3D00000000 R03=3D00000000 R04=3D00000000 R05=3D00000000 R06=3D00000000 R07=3D00000000 R08=3D00000000 R09=3D00000000 R10=3D00000000 R11=3D00000000 R12=3D00000000 R13=3D00000000 R14=3D00000000 R15=3D00000000 PSR=3D400001d3 -Z-- A svc32 Aborted right after starting qemu. Any idea why is this happening or is this even possible? I has been googling for this, but with no success. Regards, --=20 Dawid Ci=C4=99=C5=BCarkiewicz