Hi, Here comes the usb patch queue, featuring the MTP (media transfer protocol) device usable for file sharing. For now it is supported on linux hosts and read-only.
v2: clarify copyright and licensing as suggested by Eric Blake. please pull, Gerd The following changes since commit 2d03b49c3f225994c4b0b46146437d8c887d6774: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140417-1' into staging (2014-04-17 21:37:26 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-5 for you to fetch changes up to 840a178c94dbd3f5b5550fb8621620cb761de72d: usb: mtp filesharing (2014-04-23 10:28:14 +0200) ---------------------------------------------------------------- usb: mtp filesharing ---------------------------------------------------------------- Gerd Hoffmann (2): usb: add CompatibleID support to msos usb: mtp filesharing default-configs/usb.mak | 1 + hw/usb/Makefile.objs | 4 + hw/usb/desc-msos.c | 6 +- hw/usb/desc.h | 1 + hw/usb/dev-mtp.c | 1103 +++++++++++++++++++++++++++++++++++++++++++++++ trace-events | 21 + 6 files changed, 1135 insertions(+), 1 deletion(-) create mode 100644 hw/usb/dev-mtp.c