The following changes since commit b4fbe1f65a4769c09e6bf2d79fc84360f840f40e:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190129' into staging (2019-01-29 12:00:19 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/usb-20190130-pull-request for you to fetch changes up to 49f9e8d660d41cbe325d554e742d7100d59a7abf: usb-mtp: replace the homebrew write with qemu_write_full (2019-01-30 06:47:52 +0100) ---------------------------------------------------------------- usb: xhci: fix iso transfers. usb: mtp: break up writes, bugfixes. usb: fix lgpl info in headers. usb: hid: unique serials. ---------------------------------------------------------------- Bandan Das (3): usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZ usb-mtp: breakup MTP write into smaller chunks usb-mtp: replace the homebrew write with qemu_write_full Gerd Hoffmann (1): usb: assign unique serial numbers to hid devices Li Qiang (1): usb: dev-mtp: close fd in usb_mtp_object_readdir() Thomas Huth (1): hw/usb: Fix LGPL information in the file headers Yuri Benditovich (2): usb: XHCI shall not halt isochronous endpoints usb: implement XHCI underrun/overrun events hw/usb/hcd-ehci.h | 4 +- hw/usb/hcd-xhci.h | 1 + hw/core/machine.c | 3 + hw/usb/combined-packet.c | 4 +- hw/usb/dev-hid.c | 26 ++++---- hw/usb/dev-mtp.c | 168 +++++++++++++++++++++++++++++------------------ hw/usb/hcd-ehci-pci.c | 4 +- hw/usb/hcd-ehci-sysbus.c | 4 +- hw/usb/hcd-ehci.c | 5 +- hw/usb/hcd-xhci.c | 22 ++++++- 10 files changed, 153 insertions(+), 88 deletions(-) -- 2.9.3