From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Trippelsdorf Subject: Re: qemu-kvm-0.13 breaks mouse support in Ubuntu guest Date: Sun, 31 Oct 2010 18:13:26 +0100 Message-ID: References: <20101031164222.GB1612@arch.trippelsdorf.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:43294 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756093Ab0JaRUG (ORCPT ); Sun, 31 Oct 2010 13:20:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PCbZb-0004aS-Ut for kvm@vger.kernel.org; Sun, 31 Oct 2010 18:20:03 +0100 Received: from 95-88-18-139-dynip.superkabel.de ([95.88.18.139]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2010 18:20:03 +0100 Received: from markus by 95-88-18-139-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2010 18:20:03 +0100 Sender: kvm-owner@vger.kernel.org List-ID: Markus Trippelsdorf wrote: > After upgrading to qemu-kvm-0.13 the mouse stopped working in my Ubuntu > 10.10 guest. I can enable the mouse again if I add "-usbdevice tablet" > (for automatic handling) or "-usbdevice mouse" (for manual handling). It > does not function without these flags at all. > > I guess cd496926155afcb3b63 may be the cause of this behavior (not > tested). Erm, cd496926155afcb3b63 fixes the problem. (I thought qemu-kvm-0.13 was newer and would include this commit). Sorry for the noise.