diff mbox

[for-2.1] usb: mtp: tag root property as experimental

Message ID 1406014449-1595-1-git-send-email-kraxel@redhat.com
State New
Headers show

Commit Message

Gerd Hoffmann July 22, 2014, 7:34 a.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini July 22, 2014, 8:14 a.m. UTC | #1
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 <pbonzini@redhat.com>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  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
diff mbox

Patch

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(),
 };