[Qemu-devel] [PULL 0/3] Usb 20190829 patches

Gerd Hoffmann posted 3 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190829071016.16589-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-mtp.c  | 38 ++++++++++++++++++++++++--------------
hw/usb/hcd-xhci.c |  2 ++
2 files changed, 26 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL 0/3] Usb 20190829 patches
Posted by Gerd Hoffmann 4 years, 7 months ago
The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e4c1c64112565a9be50008e6f28dbc41b53da740:

  usb-mtp: add sanity checks on rootdir (2019-08-29 07:31:12 +0200)

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

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

Bandan Das (1):
  usb-mtp: add sanity checks on rootdir

Ying Fang (1):
  xhci: Fix memory leak in xhci_address_slot

fangying (1):
  xhci: Fix memory leak in xhci_kick_epctx

 hw/usb/dev-mtp.c  | 38 ++++++++++++++++++++++++--------------
 hw/usb/hcd-xhci.c |  2 ++
 2 files changed, 26 insertions(+), 14 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/3] Usb 20190829 patches
Posted by Peter Maydell 4 years, 7 months ago
On Thu, 29 Aug 2019 at 08:12, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:
>
>   Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20190829-pull-request
>
> for you to fetch changes up to e4c1c64112565a9be50008e6f28dbc41b53da740:
>
>   usb-mtp: add sanity checks on rootdir (2019-08-29 07:31:12 +0200)
>
> ----------------------------------------------------------------
> usb: bugfixes for xhci and mtp.
>
> ----------------------------------------------------------------
>
> Bandan Das (1):
>   usb-mtp: add sanity checks on rootdir
>
> Ying Fang (1):
>   xhci: Fix memory leak in xhci_address_slot
>
> fangying (1):
>   xhci: Fix memory leak in xhci_kick_epctx


Applied, thanks.

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

-- PMM