[Qemu-devel] [PULL 0/1] Usb 20190607 patches

Gerd Hoffmann posted 1 patch 4 years, 11 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190607165650.8801-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-mtp.c | 57 +++++++++++++++++++++++++-----------------------
1 file changed, 30 insertions(+), 27 deletions(-)
[Qemu-devel] [PULL 0/1] Usb 20190607 patches
Posted by Gerd Hoffmann 4 years, 11 months ago
The following changes since commit 442bac16a6cd708a9f87adb0a263f9d833f03ed5:

  usb-tablet: fix serial compat property (2019-05-29 07:10:02 +0200)

are available in the Git repository at:

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

for you to fetch changes up to e39b8a66d2af913e873256aa77ea71a179dfe5e0:

  usb-mtp: refactor the flow of usb_mtp_write_data (2019-06-07 18:56:14 +0200)

----------------------------------------------------------------
usb-mtp: refactor the flow of usb_mtp_write_data

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

Bandan Das (1):
  usb-mtp: refactor the flow of usb_mtp_write_data

 hw/usb/dev-mtp.c | 57 +++++++++++++++++++++++++-----------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/1] Usb 20190607 patches
Posted by Peter Maydell 4 years, 11 months ago
On Fri, 7 Jun 2019 at 20:14, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 442bac16a6cd708a9f87adb0a263f9d833f03ed5:
>
>   usb-tablet: fix serial compat property (2019-05-29 07:10:02 +0200)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20190607-pull-request
>
> for you to fetch changes up to e39b8a66d2af913e873256aa77ea71a179dfe5e0:
>
>   usb-mtp: refactor the flow of usb_mtp_write_data (2019-06-07 18:56:14 +0200)
>
> ----------------------------------------------------------------
> usb-mtp: refactor the flow of usb_mtp_write_data
>
> ----------------------------------------------------------------
>
> Bandan Das (1):
>   usb-mtp: refactor the flow of usb_mtp_write_data
>
>  hw/usb/dev-mtp.c | 57 +++++++++++++++++++++++++-----------------------
>  1 file changed, 30 insertions(+), 27 deletions(-)


Applied, thanks.

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

-- PMM