From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41334 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqA1b-0005M5-SF for qemu-devel@nongnu.org; Thu, 17 Feb 2011 15:00:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqA1a-0002gS-F4 for qemu-devel@nongnu.org; Thu, 17 Feb 2011 15:00:27 -0500 Received: from mail-qy0-f180.google.com ([209.85.216.180]:36793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqA1a-0002gM-Ar for qemu-devel@nongnu.org; Thu, 17 Feb 2011 15:00:26 -0500 Received: by qyk29 with SMTP id 29so3171148qyk.4 for ; Thu, 17 Feb 2011 12:00:25 -0800 (PST) Message-ID: <4D487A33.3070309@redhat.com> From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 0/8] usb patch queue References: <1295886655-32312-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1295886655-32312-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: , Date: Thu, 17 Feb 2011 20:00:28 -0000 To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/24/2011 10:30 AM, Gerd Hoffmann wrote: > Hi, > > Here is the current usb patch queue. What is in there? > > Migration support for USB devices. For starters hub and HID devices are > covered. > > Event queues for the usb mouse/table (thanks to Paolo and the Xen folks) > and the usb keyboard, so we can have the queue included in the migration > state right from the start and avoid the compatibility issues we would > get when adding this later on. > > Also includes is a warning fix from blueswirl. > Pulled. Thanks. Regards, Anthony Liguori > please pull, > Gerd > > The following changes since commit 0bfe006c5380c5f8a485a55ded3329fbbc224396: > > multiboot: Fix upper memory size in multiboot info (2011-01-23 22:44:13 +0100) > > are available in the git repository at: > git://anongit.freedesktop.org/spice/qemu usb.5 > > Blue Swirl (1): > usb-bus: use snprintf > > Gerd Hoffmann (6): > usb keyboard: add event event queue > usb hid: move head+n to common struct > vnc: fix numlock+capslock tracking > usb core: add migration support > usb hub: add migration support > usb hid: add migration support > > Paolo Bonzini (1): > add event queueing to USB HID > > hw/hw.h | 10 ++ > hw/usb-bus.c | 28 ++++- > hw/usb-hid.c | 317 ++++++++++++++++++++++++++++++++++++++++------------------ > hw/usb-hub.c | 24 +++++ > hw/usb.h | 10 +- > ui/vnc.c | 4 +- > 6 files changed, 282 insertions(+), 111 deletions(-) > > >