From: Dr. David Alan Gilbert Date: Thu, 26 Feb 2015 14:54:40 +0000 (+0000) Subject: Warn against the use of the string as uri parameter to migrate-incoming X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d87605347879b67f156af085d772ab88cde40820;p=qemu.git Warn against the use of the string as uri parameter to migrate-incoming Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Markus Armbruster Reviewed-by: Eric Blake Reviewed-by: Amit Shah Signed-off-by: Juan Quintela --- 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' } }