From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9qnV-00073L-Bp for qemu-devel@nongnu.org; Wed, 23 Jul 2014 03:17:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9qnL-0001zS-Fi for qemu-devel@nongnu.org; Wed, 23 Jul 2014 03:17:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9qnL-0001z9-7J for qemu-devel@nongnu.org; Wed, 23 Jul 2014 03:16:59 -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 s6N7Guph015121 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 23 Jul 2014 03:16:57 -0400 From: Gerd Hoffmann Date: Wed, 23 Jul 2014 09:16:52 +0200 Message-Id: <1406099812-27790-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1406099812-27790-1-git-send-email-kraxel@redhat.com> References: <1406099812-27790-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 1/1] usb: mtp: tag root property as experimental List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(), }; -- 1.8.3.1