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

Gerd Hoffmann posted 5 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181001092848.11082-1-kraxel@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
hw/usb/dev-hub.c          | 4 ++++
hw/usb/dev-mtp.c          | 9 ++++++---
hw/usb/hcd-ohci.c         | 6 +++++-
qemu-doc.texi             | 2 +-
scripts/device-crash-test | 2 +-
5 files changed, 17 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/5] Usb 20181001 patches
Posted by Gerd Hoffmann 7 years, 1 month ago
The following changes since commit 07f426c35eddd79388a23d11cb278600d7e3831d:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into staging (2018-09-28 18:56:09 +0100)

are available in the git repository at:

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

for you to fetch changes up to a60f39a4681b369bdcc78a9d1a1067d4a6bb8736:

  ohci: set effectively usb frame rate to 1kHz (2018-10-01 10:49:54 +0200)

----------------------------------------------------------------
usb: fixes for mtp, hub and ohci.

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

Bandan (2):
  usb-mtp: fix error conditions for write operation
  doc: replace x-root with rootdir for usb-mtp

Bandan Das (1):
  usb-mtp: reset ObjectInfo dataset size on cleanup

Gerd Hoffmann (1):
  usb-hub: clear suspend on detach

Miguel GAIO (1):
  ohci: set effectively usb frame rate to 1kHz

 hw/usb/dev-hub.c          | 4 ++++
 hw/usb/dev-mtp.c          | 9 ++++++---
 hw/usb/hcd-ohci.c         | 6 +++++-
 qemu-doc.texi             | 2 +-
 scripts/device-crash-test | 2 +-
 5 files changed, 17 insertions(+), 6 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/5] Usb 20181001 patches
Posted by Peter Maydell 7 years, 1 month ago
On 1 October 2018 at 10:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 07f426c35eddd79388a23d11cb278600d7e3831d:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into staging (2018-09-28 18:56:09 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20181001-pull-request
>
> for you to fetch changes up to a60f39a4681b369bdcc78a9d1a1067d4a6bb8736:
>
>   ohci: set effectively usb frame rate to 1kHz (2018-10-01 10:49:54 +0200)
>
> ----------------------------------------------------------------
> usb: fixes for mtp, hub and ohci.
>
Applied, thanks.

-- PMM