From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35489 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGyl9-0004lP-74 for qemu-devel@nongnu.org; Tue, 25 May 2010 14:21:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGyl7-00018e-Sq for qemu-devel@nongnu.org; Tue, 25 May 2010 14:21:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15114) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGyl7-00018O-Lo for qemu-devel@nongnu.org; Tue, 25 May 2010 14:21:45 -0400 Date: Tue, 25 May 2010 15:21:39 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] Re: [PATCH 3/5] QMP: Introduce MIGRATION events Message-ID: <20100525152139.2d96e30c@redhat.com> In-Reply-To: References: <9b6575587d22a5c85ec536172810520ee3b945d5.1274796992.git.quintela@redhat.com> <4BFBE843.5070202@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On Tue, 25 May 2010 17:35:53 +0200 Juan Quintela wrote: > Anthony Liguori wrote: > > On 05/25/2010 09:21 AM, Juan Quintela wrote: > > >> +MIGRATION_CANCELED > >> +------------------ > >> + > >> +Emitted when migration is canceled. This is emitted in the source. > >> +Target will emit MIGRATION_FAILED (no way to differentiate a FAILED > >> +and CANCELED migration for target). > >> > > > > But the management tool is the one that cancels so surely, it knows > > why already. > > ok, then that one is ok. Isn't this one important for the destination instead?