From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCQoF-0002xA-1s for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCQo9-0000yf-8O for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:59:31 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:34818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCQo9-0000yY-0m for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:59:25 -0400 Message-ID: <5052E3DA.6000003@msgid.tls.msk.ru> Date: Fri, 14 Sep 2012 11:59:22 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1347525600-28220-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1347525600-28220-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/14] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Hans de Goede , qemu-devel@nongnu.org On 13.09.2012 12:39, Gerd Hoffmann wrote: > Hi, > > Here comes the usb patch queue, featuring life migration support for > usb network redirection and the usual share of bugfixes ;) Are any of the bugfixes worth to apply to previous or new -stable series? I know usbredir configure fix is needed, anything else? Thanks, /mjt > Aurelien Jarno (1): > configure: usbredir fixes > > Gerd Hoffmann (2): > usb-host: allow emulated (non-async) control requests without USBPacket > ehci: switch to new-style memory ops > > Hans de Goede (11): > ehci: Fix interrupts stopping when Interrupt Threshold Control is 8 > ehci: Don't process too much frames in 1 timer tick (v2) > ehci: Don't set seen to 0 when removing unseen queue-heads > ehci: Walk async schedule before and after migration > usb-redir: Change cancelled packet code into a generic packet-id queue > usb-redir: Add an already_in_flight packet-id queue > usb-redir: Store max_packet_size in endp_data > usb-redir: Add support for migration > usb-redir: Add chardev open / close debug logging > usb-redir: Revert usb-redir part of commit 93bfef4c > uhci: Don't queue up packets after one with the SPD flag set