From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv61s-0005fk-Q4 for qemu-devel@nongnu.org; Wed, 20 May 2015 11:35:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv61o-0002nb-A2 for qemu-devel@nongnu.org; Wed, 20 May 2015 11:35:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv61o-0002nM-37 for qemu-devel@nongnu.org; Wed, 20 May 2015 11:35:28 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4KFZR0g018450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 20 May 2015 11:35:27 -0400 From: Juan Quintela Date: Wed, 20 May 2015 17:35:21 +0200 Message-Id: <1432136124-24572-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/3] Migration Events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, jdenemar@redhat.com Hi By popular demand (i.e. libvirt) we have another round of Migration events patches. Notice that althought this is v4, code has changed enough since previous submission that was done from scratch. (Pervious submisinon was from Wed, 5 May 2010). In this series: - We remove extra assignment of MIGRATION_STATUS_SETUP - Migration events for source (we recycle the state from query-migrate) - Migration events for target (we recycle previous ones) As you can see, we win the greener price of the year. This patches are on top of my previous series for optional sections. You can get the whole bunch at: https://github.com/juanquintela/qemu/commits/migration-events Please review, Juan Juan Quintela (3): migration: Remove duplicated assignement of SETUP status migration: create migration event migration: Add migration events on target side docs/qmp/qmp-events.txt | 16 ++++++++++++++++ migration/migration.c | 19 ++++++++++++++++--- qapi/event.json | 14 ++++++++++++++ 3 files changed, 46 insertions(+), 3 deletions(-) -- 2.4.1