projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f368c33
)
usb: mtp: tag root property as experimental
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 22 Jul 2014 07:30:12 +0000
(09:30 +0200)
committer
Gerd 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
patch
|
blob
|
history
diff --git
a/hw/usb/dev-mtp.c
b/hw/usb/dev-mtp.c
index 1b51a90022ae762ab63503e8005a5e153cfd9d81..384d4a5ac5af0a67f3ea771dee8110589952aa32 100644
(file)
--- 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(),
};