From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQE0p-00051f-Gc for qemu-devel@nongnu.org; Wed, 19 Mar 2014 06:46:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQE0j-0003pK-Do for qemu-devel@nongnu.org; Wed, 19 Mar 2014 06:46:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQE0j-0003p2-6Y for qemu-devel@nongnu.org; Wed, 19 Mar 2014 06:46:13 -0400 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 (8.14.4/8.14.4) with ESMTP id s2JAkCGT021245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Mar 2014 06:46:12 -0400 From: Gerd Hoffmann Date: Wed, 19 Mar 2014 11:46:05 +0100 Message-Id: <1395225967-6633-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] usb: mtp filesharing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Lingering in my git branch for ages. Now I've finally managed to nail the "burns lots of cpu time" issue, which makes this useful enouth that I think it should go in now, even though there are limitations. cheers, Gerd Gerd Hoffmann (2): usb: add CompatibleID support to msos usb: mtp filesharing default-configs/usb.mak | 1 + hw/usb/Makefile.objs | 4 + hw/usb/desc-msos.c | 6 +- hw/usb/desc.h | 1 + hw/usb/dev-mtp.c | 1100 +++++++++++++++++++++++++++++++++++++++++++++++ trace-events | 21 + 6 files changed, 1132 insertions(+), 1 deletion(-) create mode 100644 hw/usb/dev-mtp.c -- 1.8.3.1