From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtlVy-0000B1-Pk for qemu-devel@nongnu.org; Tue, 03 Nov 2015 19:01:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtlVv-0003R5-JV for qemu-devel@nongnu.org; Tue, 03 Nov 2015 19:01:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtlVv-0003Qq-F1 for qemu-devel@nongnu.org; Tue, 03 Nov 2015 19:01:19 -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 68BF342E5BE for ; Wed, 4 Nov 2015 00:01:18 +0000 (UTC) From: Bandan Das Date: Tue, 3 Nov 2015 19:00:22 -0500 Message-Id: <1446595225-23608-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] usb-mtp events support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com 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. Bandan Das (3): usb-mtp: use a list for keeping track of children usb-mtp: Add support for inotify based file monitoring usb-mtp: add support for basic mtp events hw/usb/dev-mtp.c | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++---- trace-events | 4 + 2 files changed, 319 insertions(+), 24 deletions(-) -- 2.4.3