mbox

[PULL,0/1] Usb 20190607 patches

Message ID 20190607165650.8801-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann June 7, 2019, 4:56 p.m. UTC
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(-)

Comments

Peter Maydell June 10, 2019, 11:55 a.m. UTC | #1
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