From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58640 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGTaV-0005Ik-JY for qemu-devel@nongnu.org; Mon, 24 May 2010 05:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGTaS-0002cD-VX for qemu-devel@nongnu.org; Mon, 24 May 2010 05:04:43 -0400 Received: from lo.gmane.org ([80.91.229.12]:55496) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGTaS-0002be-Pd for qemu-devel@nongnu.org; Mon, 24 May 2010 05:04:40 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OGTaR-0000Sb-4n for qemu-devel@nongnu.org; Mon, 24 May 2010 11:04:39 +0200 Received: from nat-pool-brq-t.redhat.com ([209.132.186.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2010 11:04:39 +0200 Received: from pbonzini by nat-pool-brq-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2010 11:04:39 +0200 From: Paolo Bonzini Date: Mon, 24 May 2010 11:04:29 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Subject: [Qemu-devel] Re: [PATCH 3/5] QMP: Introduce MIGRATION events List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 05/24/2010 10:25 AM, Juan Quintela wrote: > +MIGRATION_CANCELED > +------------------ > + > +Emitted when migration is canceled. This is emitted in the source. > +Target will emit MIGRATION_CANCELED (no way to differentiate a FAILED > +and CANCELED migration). Copy-paste error? (or if not, parse error on my side). > +Data: None > + > +Example: > + > +{ "event": "MIGRATION_CANCELED", > + "timestamp": {"seconds": 1274687575, "microseconds": 592483} } > + > +MIGRATION_ENDED > +--------------- > + > +Emitted when migration starts (both in source and target) Likewise. Paolo