On 21 August 2018 at 10:11, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit d0092d90eb546a8bbe9e9120426c189474123797:
>
> Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into staging (2018-08-20 17:41:18 +0100)
>
> are available in the git repository at:
>
> git://git.kraxel.org/qemu tags/usb-20180821-pull-request
>
> for you to fetch changes up to 15aa757d0523b9d6fb26ea1e5c967ba0619dce0a:
>
> dev-mtp: rename x-root to rootdir (2018-08-21 10:27:59 +0200)
>
> ----------------------------------------------------------------
> usb: mtp write support, bugfixes.
>
> ----------------------------------------------------------------
>
> Bandan Das (5):
> dev-mtp: add support for canceling transaction
> dev-mtp: fix buffer allocation for writing file contents
> dev-mtp: retry write for incomplete transfers
> dev-mtp: Add support for > 4GB file transfers
> dev-mtp: rename x-root to rootdir
>
> Sebastian Bauer (1):
> ohci: Clear the interrupt counter for erroneous transfers
>
> npes87184 (1):
> docs/usb2.txt: ehci has six ports
>
> docs/usb2.txt | 4 +--
> hw/usb/dev-mtp.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++---------
> hw/usb/hcd-ohci.c | 3 ++
> 3 files changed, 84 insertions(+), 16 deletions(-)
Applied, thanks.
-- PMM