On 04/23/14 10:31, Gerd Hoffmann wrote: > 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 <kra...@redhat.com> > --- > default-configs/usb.mak | 1 + > hw/usb/Makefile.objs | 4 + > hw/usb/dev-mtp.c | 1103 > +++++++++++++++++++++++++++++++++++++++++++++++ > trace-events | 21 + > 4 files changed, 1129 insertions(+) > create mode 100644 hw/usb/dev-mtp.c
Not a review or a note of any significance, just a question: how does it appear in the guest (Windows and Linux)? Mountable block device containing vfat, exposed by some guest driver? Thanks, Laszlo