From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9bDU-0003hk-G3 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 07:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9bDS-0003JI-S3 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 07:57:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9bDS-0003JA-K3 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 07:57:34 -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 q2JBvW4Q006049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Mar 2012 07:57:32 -0400 Message-ID: <4F671F2A.6090805@redhat.com> Date: Mon, 19 Mar 2012 12:57:30 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1332056559-8585-1-git-send-email-yhalperi@redhat.com> In-Reply-To: <1332056559-8585-1-git-send-email-yhalperi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] monitor: fix client_migrate_info error handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yonit Halperin Cc: qemu-devel@nongnu.org On 03/18/12 08:42, Yonit Halperin wrote: > Report QERR_INVALID_PARAMETER when port is missing. Otherwise > + qerror_report(QERR_MISSING_PARAMETER, "port/tls-port"); Fixed commit message & added to spice patch queue. thanks, Gerd