summary refs log tree commit diff stats
path: root/hw/usb/dev-mtp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* usb: mtp: replace debug printfs with trace pointsGerd Hoffmann2014-05-051-4/+4
| | | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
* usb: mtp filesharingGerd Hoffmann2014-04-231-0/+1103
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>