From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59475 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8dxP-0001d9-Pj for qemu-devel@nongnu.org; Wed, 20 Oct 2010 15:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8dxO-0000rQ-9U for qemu-devel@nongnu.org; Wed, 20 Oct 2010 15:04:15 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:62734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8dxO-0000rC-53 for qemu-devel@nongnu.org; Wed, 20 Oct 2010 15:04:14 -0400 Received: by pxi3 with SMTP id 3so1106408pxi.4 for ; Wed, 20 Oct 2010 12:04:13 -0700 (PDT) Message-ID: <4CBF3D2C.8040007@codemonkey.ws> Date: Wed, 20 Oct 2010 14:04:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] mouse fixups References: <1286533814-1012-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1286533814-1012-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: hdegoede@redhat.com, qemu-devel@nongnu.org On 10/08/2010 05:30 AM, Gerd Hoffmann wrote: > Hi, > > In the 0.13 devel cycle the mouse handler activation code has been > updated, but (at least) two drivers have not been updated accordingly: > vmmouse and usb-wacom. This patch series updates them so they are > functional again. > > IMHO the patches should also be cherry-picked into stable. > > The patches are also available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu mouse.1 > Applied. Thanks. Regards, Anthony Liguori > Gerd Hoffmann (2): > vmmouse: adapt to mouse handler changes. > wacom tablet: activate event handlers. > > hw/usb-wacom.c | 13 ++++++++++--- > hw/vmmouse.c | 31 +++++++++++++++++++++---------- > 2 files changed, 31 insertions(+), 13 deletions(-) > > >