From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtSC-0002gn-1S for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:30:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXtSB-0003sk-BA for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:30:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtSA-0003sa-SV for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:30:47 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2HFUkns022987 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Mar 2015 11:30:46 -0400 From: Juan Quintela Date: Tue, 17 Mar 2015 16:30:28 +0100 Message-Id: <1426606235-7238-7-git-send-email-quintela@redhat.com> In-Reply-To: <1426606235-7238-1-git-send-email-quintela@redhat.com> References: <1426606235-7238-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 06/13] Warn against the use of the string as uri parameter to migrate-incoming List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Dr. David Alan Gilbert" From: "Dr. David Alan Gilbert" Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Markus Armbruster Reviewed-by: Eric Blake Reviewed-by: Amit Shah Signed-off-by: Juan Quintela --- qapi-schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qapi-schema.json b/qapi-schema.json index 2b3e275..d1f65a1 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