[PULL 0/5] Usb 20200113 patches

Gerd Hoffmann posted 5 patches 4 years, 3 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200113130646.30099-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
hw/core/machine.c    |  2 ++
hw/usb/hcd-xhci.c    | 16 +++++++++++++---
hw/usb/host-libusb.c | 20 ++++++++++++++++++++
hw/usb/redirect.c    | 29 +++++++++++++++++++++++++++++
hw/usb/trace-events  |  1 +
5 files changed, 65 insertions(+), 3 deletions(-)
[PULL 0/5] Usb 20200113 patches
Posted by Gerd Hoffmann 4 years, 3 months ago
The following changes since commit dc65a5bdc9fa543690a775b50d4ffbeb22c56d6d:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into staging (2020-01-10 16:15:04 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 236846a019c4f7aa3111026fc9a1fe09684c8978:

  xhci: recheck slot status (2020-01-13 14:05:55 +0100)

----------------------------------------------------------------
usb: bugfixes for xhci, usb pass-through and usb redirection.

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

Chen Qun (1):
  xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOS

Dr. David Alan Gilbert (1):
  usbredir: Prevent recursion in usbredir_write

Gerd Hoffmann (1):
  xhci: recheck slot status

Yuri Benditovich (2):
  usb-host: remove 'remote wakeup' flag from configuration descriptor
  usb-redir: remove 'remote wakeup' flag from configuration descriptor

 hw/core/machine.c    |  2 ++
 hw/usb/hcd-xhci.c    | 16 +++++++++++++---
 hw/usb/host-libusb.c | 20 ++++++++++++++++++++
 hw/usb/redirect.c    | 29 +++++++++++++++++++++++++++++
 hw/usb/trace-events  |  1 +
 5 files changed, 65 insertions(+), 3 deletions(-)

-- 
2.18.1


Re: [PULL 0/5] Usb 20200113 patches
Posted by Peter Maydell 4 years, 3 months ago
On Mon, 13 Jan 2020 at 13:08, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit dc65a5bdc9fa543690a775b50d4ffbeb22c56d6d:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into staging (2020-01-10 16:15:04 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20200113-pull-request
>
> for you to fetch changes up to 236846a019c4f7aa3111026fc9a1fe09684c8978:
>
>   xhci: recheck slot status (2020-01-13 14:05:55 +0100)
>
> ----------------------------------------------------------------
> usb: bugfixes for xhci, usb pass-through and usb redirection.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM