diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2015-02-26 14:54:40 +0000 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2015-03-17 15:20:37 +0100 |
commit | d87605347879b67f156af085d772ab88cde40820 (patch) | |
tree | 341fccb96d8fe6695944aabbd0e0f25b2803f37a /qapi-schema.json | |
parent | 1fa57f5543aaff62a6fff63782e6c7dd54773628 (diff) |
Warn against the use of the string as uri parameter to migrate-incoming
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 2b3e275983..d1f65a1452 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1750,6 +1750,9 @@ # Returns: nothing on success # # Since: 2.3 +# Note: It's a bad idea to use a string for the uri, but it needs to stay +# compatible with -incoming and the format of the uri is already exposed +# above libvirt ## { 'command': 'migrate-incoming', 'data': {'uri': 'str' } } |