[Qemu-devel] [PULL 0/4] Usb 20190307 patches

Gerd Hoffmann posted 4 patches 6 years, 8 months ago
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190307095441.31921-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-mtp.c     | 41 +++++++++++++++++++++++++----------------
hw/usb/host-libusb.c |  7 ++++++-
2 files changed, 31 insertions(+), 17 deletions(-)
[Qemu-devel] [PULL 0/4] Usb 20190307 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
The following changes since commit 32694e98b8d7a246345448a8f707d2e11d6c65e2:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-03-06 18:52:19 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ba4c735b4fc74e309ce4b2551d258e442ef513a5:

  Introduce new "no_guest_reset" parameter for usb-host device (2019-03-07 10:03:54 +0100)

----------------------------------------------------------------
usb: mtp fixes, guest-reset switch for usb-host.

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

Alexander Kappner (1):
  Introduce new "no_guest_reset" parameter for usb-host device

Bandan Das (3):
  usb-mtp: return incomplete transfer on a lstat failure
  usb-mtp: fix some usb_mtp_write_data return paths
  usb-mtp: prevent null dereference while deleting objects

 hw/usb/dev-mtp.c     | 41 +++++++++++++++++++++++++----------------
 hw/usb/host-libusb.c |  7 ++++++-
 2 files changed, 31 insertions(+), 17 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/4] Usb 20190307 patches
Posted by Peter Maydell 6 years, 8 months ago
On Thu, 7 Mar 2019 at 09:56, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 32694e98b8d7a246345448a8f707d2e11d6c65e2:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-03-06 18:52:19 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20190307-pull-request
>
> for you to fetch changes up to ba4c735b4fc74e309ce4b2551d258e442ef513a5:
>
>   Introduce new "no_guest_reset" parameter for usb-host device (2019-03-07 10:03:54 +0100)
>
> ----------------------------------------------------------------
> usb: mtp fixes, guest-reset switch for usb-host.
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM