Re: [Qemu-devel] [PATCH v4 0/4] usb-mtp events support

2015-11-24 Thread Bandan Das
Gerd Hoffmann writes: > On Mo, 2015-11-23 at 16:37 -0500, Bandan Das wrote: >> This series adds support for mtp events that are piggybacked on >> top of the Linux provided inotify mechanism. It performs well with some >> light unit testing in a linux guest. The mtp share is still read only, >> bu

Re: [Qemu-devel] [PATCH v4 0/4] usb-mtp events support

2015-11-23 Thread Gerd Hoffmann
On Mo, 2015-11-23 at 16:37 -0500, Bandan Das wrote: > This series adds support for mtp events that are piggybacked on > top of the Linux provided inotify mechanism. It performs well with some > light unit testing in a linux guest. The mtp share is still read only, > but now the guest will notice up

[Qemu-devel] [PATCH v4 0/4] usb-mtp events support

2015-11-23 Thread Bandan Das
This series adds support for mtp events that are piggybacked on top of the Linux provided inotify mechanism. It performs well with some light unit testing in a linux guest. The mtp share is still read only, but now the guest will notice updates to the share as long as the mtp client being used supp