From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMhvR-0001JQ-Po for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:17:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMhvP-0001mI-JI for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:17:25 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:39886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMhvP-0001l1-BG for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:17:23 -0400 Received: by mail-oa0-f45.google.com with SMTP id i18so2899206oag.4 for ; Fri, 12 Oct 2012 09:17:21 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1349955622-15183-1-git-send-email-kraxel@redhat.com> References: <1349955622-15183-1-git-send-email-kraxel@redhat.com> Date: Fri, 12 Oct 2012 11:17:17 -0500 Message-ID: <87zk3r4qcy.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/3] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > > Pretty small this time with just a few bugfixes. > > please pull, > Gerd > Pulled. Thanks. Regards, Anthony Liguori > The following changes since commit b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade: > > ssi: Add slave autoconnect helper (2012-10-10 11:13:32 +1000) > > are available in the git repository at: > git://git.kraxel.org/qemu usb.67 > > Hans de Goede (3): > usb-redir: Change usbredir_open_chardev into usbredir_create_parser > usb-redir: Don't make migration fail in none seamless case > uhci: Raise interrupt when requested even for non active tds > > hw/usb/hcd-uhci.c | 10 +++++++++- > hw/usb/redirect.c | 24 ++++++++++++++---------- > 2 files changed, 23 insertions(+), 11 deletions(-)