From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a182J-00020v-GR for qemu-devel@nongnu.org; Tue, 24 Nov 2015 02:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a182E-0004jA-Hm for qemu-devel@nongnu.org; Tue, 24 Nov 2015 02:29:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a182E-0004j5-C8 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 02:29:06 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 2273B251 for ; Tue, 24 Nov 2015 07:29:06 +0000 (UTC) Message-ID: <1448350140.27648.10.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 24 Nov 2015 08:29:00 +0100 In-Reply-To: <1448314625-3855-1-git-send-email-bsd@redhat.com> References: <1448314625-3855-1-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Bandan Das Cc: qemu-devel@nongnu.org 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). cheers, Gerd