From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQK2z-0002Ev-CJ for qemu-devel@nongnu.org; Mon, 22 Oct 2012 11:36:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQK2u-0004if-O9 for qemu-devel@nongnu.org; Mon, 22 Oct 2012 11:36:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQK2u-0004iC-Ea for qemu-devel@nongnu.org; Mon, 22 Oct 2012 11:36:04 -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 q9MFa2Vg032286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 22 Oct 2012 11:36:03 -0400 Message-ID: <508567DE.1010304@redhat.com> Date: Mon, 22 Oct 2012 17:35:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1350657924-10624-1-git-send-email-pbonzini@redhat.com> <1350657924-10624-2-git-send-email-pbonzini@redhat.com> <20121022130637.723ccc6a@doriath.home> In-Reply-To: <20121022130637.723ccc6a@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org Il 22/10/2012 17:06, Luiz Capitulino ha scritto: >> > Note that libvirt is currently working around the race by looping >> > if the MigrationExpected answer is returned. After this patch, the >> > command will return right away without ever raising an error. >> > >> > Signed-off-by: Paolo Bonzini > Could you please add a note in cont's and stop's entries in qapi-schema.json > explaining their behavior on INMIGRATE? > > Otherwise series looks good. > Can I do that as a followup? Paolo