From: Gerd Hoffmann Date: Tue, 22 Jul 2014 07:30:12 +0000 (+0200) Subject: usb: mtp: tag root property as experimental X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf679caf911aa49a25477b3aa20468ee50ed6c89;p=qemu.git usb: mtp: tag root property as experimental 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 --- diff --git a/hw/usb/dev-mtp.c b/hw/usb/dev-mtp.c index 1b51a90022..384d4a5ac5 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(), };