usb: mtp filesharing
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 18 Oct 2012 08:26:09 +0000 (10:26 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 23 Apr 2014 08:28:14 +0000 (10:28 +0200)
commit840a178c94dbd3f5b5550fb8621620cb761de72d
treef55bc4598cb71c4d45729770dd8aa7ceb960dcff
parent409951f552674a940ec53e3a498514dc42834ccb
usb: mtp filesharing

Implementation of a USB Media Transfer Device device for easy
filesharing.  Read-only.  No access control inside qemu, it will
happily export any file it is able to open to the guest, i.e.
standard unix access rights for the qemu process apply.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
default-configs/usb.mak
hw/usb/Makefile.objs
hw/usb/dev-mtp.c [new file with mode: 0644]
trace-events