]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Warn against the use of the string as uri parameter to migrate-incoming
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 26 Feb 2015 14:54:40 +0000 (14:54 +0000)
committerJuan Quintela <quintela@redhat.com>
Tue, 17 Mar 2015 14:20:37 +0000 (15:20 +0100)
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>
qapi-schema.json

index 2b3e275983aeb04b4a71303dae6fa542f9f87fa0..d1f65a14524e176f6048b0bf043f8f3feb1bc817 100644 (file)
 # 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' } }