qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-2.1] usb: mtp: tag root property as experime


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH for-2.1] usb: mtp: tag root property as experimental
Date: Tue, 22 Jul 2014 10:14:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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 <address@hidden>
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]