From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9VE2-0003oS-LS for qemu-devel@nongnu.org; Tue, 22 Jul 2014 04:15:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9VDv-0003qF-2Y for qemu-devel@nongnu.org; Tue, 22 Jul 2014 04:15:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9VDu-0003q0-R7 for qemu-devel@nongnu.org; Tue, 22 Jul 2014 04:14:59 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6M8EvFn014680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 22 Jul 2014 04:14:57 -0400 Message-ID: <53CE1D7D.1010905@redhat.com> Date: Tue, 22 Jul 2014 10:14:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1406014449-1595-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1406014449-1595-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.1] usb: mtp: tag root property as experimental List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Il 22/07/2014 09:34, Gerd Hoffmann ha scritto: > Reason: we don't want commit to that interface yet. Possibly > the implementation will be switched over to use fsdev. > > Suggested-by: Paolo Bonzini > Signed-off-by: Gerd Hoffmann > --- > hw/usb/dev-mtp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/usb/dev-mtp.c b/hw/usb/dev-mtp.c > index 1b51a90..384d4a5 100644 > --- a/hw/usb/dev-mtp.c > +++ b/hw/usb/dev-mtp.c > @@ -1090,7 +1090,7 @@ static const VMStateDescription vmstate_usb_mtp = { > }; > > static Property mtp_properties[] = { > - DEFINE_PROP_STRING("root", MTPState, root), > + DEFINE_PROP_STRING("x-root", MTPState, root), > DEFINE_PROP_STRING("desc", MTPState, desc), > DEFINE_PROP_END_OF_LIST(), > }; > Thanks! Paolo