From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1N9g-0007aW-51 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 18:37:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1N9c-0003Dd-V0 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 18:37:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1N9c-0003DW-Q6 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 18:37:44 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id CF287461DA for ; Tue, 24 Nov 2015 23:37:43 +0000 (UTC) From: Bandan Das References: <1448314625-3855-1-git-send-email-bsd@redhat.com> <1448350140.27648.10.camel@redhat.com> Date: Tue, 24 Nov 2015 18:37:42 -0500 In-Reply-To: <1448350140.27648.10.camel@redhat.com> (Gerd Hoffmann's message of "Tue, 24 Nov 2015 08:29:00 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 0/4] usb-mtp events support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org 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, >> but now the guest will notice updates to the share as long as the >> mtp client being used supports it. > > Looks good (has to wait for 2.6 though). Thank you Gerd, I will work on write support on top of these. > cheers, > Gerd