qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v2 2/2] usb: mtp filesharing


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PULL v2 2/2] usb: mtp filesharing
Date: Wed, 23 Apr 2014 16:09:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

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 <address@hidden>
> ---
>  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]