qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/3] Warn against the use of the string as uri param


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH 2/3] Warn against the use of the string as uri parameter to migrate-incoming
Date: Thu, 26 Feb 2015 14:54:40 +0000

From: "Dr. David Alan Gilbert" <address@hidden>

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
---
 qapi-schema.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/qapi-schema.json b/qapi-schema.json
index 7a80081..cfd59d0 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' } }
 
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]