mbox

[PULL,0/5] usb: large file support for mtp, bugfixes.

Message ID 1473845615-16982-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-20160914-1

Message

Gerd Hoffmann Sept. 14, 2016, 9:33 a.m. UTC
Hi,

Here is the usb patch queue, bringing bugfixes (as usual)
and featuring support for large files in the mtp (media
trannsfer protocol) emulation.

cheers,
  Gerd

The following changes since commit 7263da78045dc91cc207f350911efe4259e99b3c:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-09-12 15:09:47 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-usb-20160914-1

for you to fetch changes up to 67f3ef0c7a149a4e92b877375f771e065ae58651:

  usb-mtp: added object properties (2016-09-14 11:17:06 +0200)

----------------------------------------------------------------
usb-mtp: add support for files larger than 4g (gsoc)
xhci & usb-host: bugfixes.

----------------------------------------------------------------
Gerd Hoffmann (1):
      usb-host: fix streams detection in usb_host_speed_compat

Hans Petter Selasky (1):
      xhci: Fix remainder field for TR_SETUP completion event.

Isaac Lozano (2):
      usb-mtp: fix sending files larger than 4gb
      usb-mtp: added object properties

Li Qiang (1):
      usb:xhci:fix memory leak in usb_xhci_exit

 hw/usb/dev-mtp.c     | 197 +++++++++++++++++++++++++++++++++++++++++++++++++--
 hw/usb/hcd-xhci.c    |   9 ++-
 hw/usb/host-libusb.c |   7 +-
 3 files changed, 204 insertions(+), 9 deletions(-)

Comments

Peter Maydell Sept. 15, 2016, 2:49 p.m. UTC | #1
On 14 September 2016 at 10:33, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the usb patch queue, bringing bugfixes (as usual)
> and featuring support for large files in the mtp (media
> trannsfer protocol) emulation.
>
> cheers,
>   Gerd
>
> The following changes since commit 7263da78045dc91cc207f350911efe4259e99b3c:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-09-12 15:09:47 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20160914-1
>
> for you to fetch changes up to 67f3ef0c7a149a4e92b877375f771e065ae58651:
>
>   usb-mtp: added object properties (2016-09-14 11:17:06 +0200)
>
> ----------------------------------------------------------------
> usb-mtp: add support for files larger than 4g (gsoc)
> xhci & usb-host: bugfixes.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM