mbox

[PULL,0/2] Usb 20180703 patches

Message ID 20180703082851.17959-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/usb-20180703-pull-request

Message

Gerd Hoffmann July 3, 2018, 8:28 a.m. UTC
The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/usb-20180703-pull-request

for you to fetch changes up to 8f36ec708834dfad58af6feb0b69bb0be6077f0f:

  xhci: fix guest-triggerable assert (2018-07-03 09:50:39 +0200)

----------------------------------------------------------------
usb: bugfixes for ehci and xhci.

----------------------------------------------------------------

Gerd Hoffmann (1):
  xhci: fix guest-triggerable assert

Sebastian Bauer (1):
  ehci: Don't fetch a NULL current qtd but advance the queue instead.

 hw/usb/hcd-ehci.c | 3 ++-
 hw/usb/hcd-xhci.c | 7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

Comments

Peter Maydell July 3, 2018, 5:43 p.m. UTC | #1
On 3 July 2018 at 09:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20180703-pull-request
>
> for you to fetch changes up to 8f36ec708834dfad58af6feb0b69bb0be6077f0f:
>
>   xhci: fix guest-triggerable assert (2018-07-03 09:50:39 +0200)
>
> ----------------------------------------------------------------
> usb: bugfixes for ehci and xhci.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   xhci: fix guest-triggerable assert
>
> Sebastian Bauer (1):
>   ehci: Don't fetch a NULL current qtd but advance the queue instead.
>
>  hw/usb/hcd-ehci.c | 3 ++-
>  hw/usb/hcd-xhci.c | 7 ++++++-
>  2 files changed, 8 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM