diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-07-22 09:30:12 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-07-23 08:55:40 +0200 |
commit | cf679caf911aa49a25477b3aa20468ee50ed6c89 (patch) | |
tree | cf9392a6abfea5b3b0cd198e2477b385d3bc179e /hw/usb | |
parent | f368c33d5ab09dd5656924185cd975b11838cd25 (diff) | |
download | qemu-cf679caf911aa49a25477b3aa20468ee50ed6c89.zip |
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 <pbonzini@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb')
-rw-r--r-- | hw/usb/dev-mtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(), }; |