From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAHuv-0007D9-IP for qemu-devel@nongnu.org; Thu, 24 Jul 2014 08:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAHup-0000md-Uq for qemu-devel@nongnu.org; Thu, 24 Jul 2014 08:14:37 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:65403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAHup-0000mV-Nu for qemu-devel@nongnu.org; Thu, 24 Jul 2014 08:14:31 -0400 Received: by mail-lb0-f174.google.com with SMTP id c11so2191494lbj.19 for ; Thu, 24 Jul 2014 05:14:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1406099812-27790-1-git-send-email-kraxel@redhat.com> References: <1406099812-27790-1-git-send-email-kraxel@redhat.com> From: Peter Maydell Date: Thu, 24 Jul 2014 13:14:10 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL for-2.1 0/1] usb: mtp: tag root property as experimental List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: QEMU Developers On 23 July 2014 08:16, Gerd Hoffmann wrote: > Hi, > > Sorry, bad timing on my side. Patch sent out yesterday, through it > would be a good idea to leave at least one day for review, and now I've > missed -rc3 :( > > This patch renames the root property of the usb-mtp device to make clear > this is experimental. As we eventually move usb-mtp to be backed by > fsdev I don't want commit (yet) to use a filesystem path to specify the > tree to export. > > please pull, > Gerd > > The following changes since commit f368c33d5ab09dd5656924185cd975b11838cd25: > > Update version for v2.1.0-rc3 release (2014-07-22 18:17:03 +0100) > > are available in the git repository at: > > git://git.kraxel.org/qemu tags/pull-usb-20140723-1 > > for you to fetch changes up to cf679caf911aa49a25477b3aa20468ee50ed6c89: > > usb: mtp: tag root property as experimental (2014-07-23 08:55:40 +0200) > > ---------------------------------------------------------------- > usb: mtp: tag root property as experimental > > ---------------------------------------------------------------- > Gerd Hoffmann (1): > usb: mtp: tag root property as experimental > > hw/usb/dev-mtp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- PMM