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>
This commit is contained in:
parent
f368c33d5a
commit
cf679caf91
@ -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(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user