[Qemu-devel] [PATCH v2 0/3] Misc usb-mtp fixes

Bandan Das posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180907220851.9658-1-bsd@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
hw/usb/dev-mtp.c          | 9 ++++++---
qemu-doc.texi             | 2 +-
scripts/device-crash-test | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH v2 0/3] Misc usb-mtp fixes
Posted by Bandan Das 7 years, 1 month ago
v2:
Same as v1 but with another minor cleanup
patch. The write buffer breakup is still WIP.

A documentation fix and changes to return the
right error code on write failures.

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

 hw/usb/dev-mtp.c          | 9 ++++++---
 qemu-doc.texi             | 2 +-
 scripts/device-crash-test | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.14.4


Re: [Qemu-devel] [PATCH v2 0/3] Misc usb-mtp fixes
Posted by Gerd Hoffmann 7 years, 1 month ago
On Fri, Sep 07, 2018 at 06:08:48PM -0400, Bandan Das wrote:
> v2:
> Same as v1 but with another minor cleanup
> patch. The write buffer breakup is still WIP.
> 
> A documentation fix and changes to return the
> right error code on write failures.

Added to usb queue.

thanks,
  Gerd