mbox

[PULL,0/7] Usb 20180821 patches

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

Pull-request

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

Message

Gerd Hoffmann Aug. 21, 2018, 9:11 a.m. UTC
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(-)

Comments

Peter Maydell Aug. 23, 2018, 9:19 a.m. UTC | #1
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