]> git.proxmox.com Git - mirror_qemu.git/commitdiff
usb: mtp: tag root property as experimental
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 22 Jul 2014 07:30:12 +0000 (09:30 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 23 Jul 2014 06:55:40 +0000 (08:55 +0200)
Reason: we don't want commit to that interface yet.  Possibly
the implementation will be switched over to use fsdev.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-mtp.c

index 1b51a90022ae762ab63503e8005a5e153cfd9d81..384d4a5ac5af0a67f3ea771dee8110589952aa32 100644 (file)
@@ -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(),
 };