All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/14] usb patch queue
Date: Fri, 21 Sep 2012 20:17:50 +0200	[thread overview]
Message-ID: <20120921181750.GG4457@ohm.aurel32.net> (raw)
In-Reply-To: <1347525600-28220-1-git-send-email-kraxel@redhat.com>

On Thu, Sep 13, 2012 at 10:39:46AM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> Here comes the usb patch queue, featuring life migration support for
> usb network redirection and the usual share of bugfixes ;)
> 
> please pull,
>   Gerd
> 
> The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc:
> 
>   Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kraxel.org/qemu usb.65
> 
> 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
> 
>  configure           |    2 +-
>  hw/usb/hcd-ehci.c   |  241 +++++++++++++++----------
>  hw/usb/hcd-uhci.c   |    5 +-
>  hw/usb/host-linux.c |    2 +-
>  hw/usb/redirect.c   |  504 +++++++++++++++++++++++++++++++++++++++++++++++----
>  trace-events        |    9 +-
>  6 files changed, 625 insertions(+), 138 deletions(-)
> 

Looks like this one have been forgotten, so I have pulled it.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

  parent reply	other threads:[~2012-09-21 18:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-13  8:39 [Qemu-devel] [PULL 00/14] usb patch queue Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 01/14] usb-host: allow emulated (non-async) control requests without USBPacket Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 02/14] ehci: switch to new-style memory ops Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 03/14] ehci: Fix interrupts stopping when Interrupt Threshold Control is 8 Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 04/14] ehci: Don't process too much frames in 1 timer tick (v2) Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 05/14] configure: usbredir fixes Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 06/14] ehci: Don't set seen to 0 when removing unseen queue-heads Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 07/14] ehci: Walk async schedule before and after migration Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 08/14] usb-redir: Change cancelled packet code into a generic packet-id queue Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 09/14] usb-redir: Add an already_in_flight " Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 10/14] usb-redir: Store max_packet_size in endp_data Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 11/14] usb-redir: Add support for migration Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 12/14] usb-redir: Add chardev open / close debug logging Gerd Hoffmann
2012-09-13  8:39 ` [Qemu-devel] [PATCH 13/14] usb-redir: Revert usb-redir part of commit 93bfef4c Gerd Hoffmann
2012-09-13  8:40 ` [Qemu-devel] [PATCH 14/14] uhci: Don't queue up packets after one with the SPD flag set Gerd Hoffmann
2012-09-14  7:59 ` [Qemu-devel] [PULL 00/14] usb patch queue Michael Tokarev
2012-09-14  8:27   ` Gerd Hoffmann
2012-09-14 15:21     ` Hans de Goede
2012-09-21 18:17 ` Aurelien Jarno [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-13 12:19 Gerd Hoffmann
2012-03-13 19:55 ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120921181750.GG4457@ohm.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.