[Qemu-devel] [PULL 0/2] Usb 20180703 patches

Gerd Hoffmann posted 2 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180703082851.17959-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hw/usb/hcd-ehci.c | 3 ++-
hw/usb/hcd-xhci.c | 7 ++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/2] Usb 20180703 patches
Posted by Gerd Hoffmann 7 years, 4 months ago
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(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Usb 20180703 patches
Posted by Peter Maydell 7 years, 4 months ago
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