[Qemu-devel] [PULL 0/5] Usb 20181214 patches

Gerd Hoffmann posted 5 patches 6 years, 10 months ago
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181214103854.13820-1-kraxel@redhat.com
hw/usb/dev-mtp.c     | 22 ++++++++++++++--------
hw/usb/hcd-ehci.c    | 12 ++++++++++--
hw/usb/host-libusb.c |  2 ++
hw/usb/xen-usb.c     | 12 ++++++------
4 files changed, 32 insertions(+), 16 deletions(-)
[Qemu-devel] [PULL 0/5] Usb 20181214 patches
Posted by Gerd Hoffmann 6 years, 10 months ago
The following changes since commit 4f818e7b7f8ecb5c166d093b8859fec2ddeca2ef:

  Update version for v3.1.0-rc5 release (2018-12-06 17:07:12 +0000)

are available in the git repository at:

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

for you to fetch changes up to 90c1a74271ce4667d16eeca575dfa78a6c7d465c:

  usb-mtp: Limit filename to object information size (2018-12-14 08:57:17 +0100)

----------------------------------------------------------------
usb: fixes for mtp, ehci, usb-host and pvusb (xen).

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

Gerd Hoffmann (2):
  ehci: fix fetch qtd race
  usb-mtp: use O_NOFOLLOW and O_CLOEXEC.

Juergen Gross (1):
  pvusb: set max grants only in initialise

Michael Hanselmann (1):
  usb-mtp: Limit filename to object information size

linzhecheng (1):
  usb-host: reset and close libusb_device_handle before qemu exit

 hw/usb/dev-mtp.c     | 22 ++++++++++++++--------
 hw/usb/hcd-ehci.c    | 12 ++++++++++--
 hw/usb/host-libusb.c |  2 ++
 hw/usb/xen-usb.c     | 12 ++++++------
 4 files changed, 32 insertions(+), 16 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/5] Usb 20181214 patches
Posted by Peter Maydell 6 years, 10 months ago
On Fri, 14 Dec 2018 at 10:44, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 4f818e7b7f8ecb5c166d093b8859fec2ddeca2ef:
>
>   Update version for v3.1.0-rc5 release (2018-12-06 17:07:12 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20181214-pull-request
>
> for you to fetch changes up to 90c1a74271ce4667d16eeca575dfa78a6c7d465c:
>
>   usb-mtp: Limit filename to object information size (2018-12-14 08:57:17 +0100)
>
> ----------------------------------------------------------------
> usb: fixes for mtp, ehci, usb-host and pvusb (xen).
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM