mbox

[PULL,0/5] Usb 20181214 patches

Message ID 20181214103854.13820-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Dec. 14, 2018, 10:38 a.m. UTC
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(-)

Comments

Peter Maydell Dec. 16, 2018, 12:48 p.m. UTC | #1
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