From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtS6-0002VW-7e for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:30:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXtS2-0003ol-7h for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:30:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtS1-0003oc-VS for qemu-devel@nongnu.org; Tue, 17 Mar 2015 11:30:38 -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 t2HFUbon011255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Mar 2015 11:30:37 -0400 From: Juan Quintela Date: Tue, 17 Mar 2015 16:30:22 +0100 Message-Id: <1426606235-7238-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 00/13] migration pull queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a: Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20150317 for you to fetch changes up to cde63fbed86e20dda98bf35025faedd994918f00: migration: Expose 'cancelling' status to user (2015-03-17 15:20:37 +0100) ---------------------------------------------------------------- migration/next for 20150317 Hi Peter Please apply: - RDMA small fixes (Tokared & Stefan) - remove unused functions (thomas) - minor fixes for migration_incoming (dave) - use qerror correctly (Markus) - Move migration status to one ENUM. Libvirt ack'd the patch (Zhanghailiang) Thanks, Juan. ---------------------------------------------------------------- Dr. David Alan Gilbert (3): migrate_incoming: use hmp_handle_error Warn against the use of the string as uri parameter to migrate-incoming migrate_incoming: Cleanup/clarify error messages Markus Armbruster (1): migration: Avoid qerror_report_err() outside QMP command handlers Michael Tokarev (1): migration/rdma: clean up qemu_rdma_dest_init a bit Stefan Weil (2): migration: Fix some 32 bit compiler errors migration: Fix remaining 32 bit compiler errors Thomas Huth (1): migration: Remove unused functions zhanghailiang (5): arch_init: Count the total number of pages by using helper function migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_* hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus' migration: Convert 'status' of MigrationInfo to use an enum type migration: Expose 'cancelling' status to user arch_init.c | 8 +-- hmp.c | 21 +++---- include/migration/migration.h | 1 - include/migration/qemu-file.h | 1 - migration/migration.c | 115 +++++++++++++++++--------------------- migration/qemu-file-buf.c | 31 ----------- migration/rdma.c | 127 +++++++++++++++++++++--------------------- qapi-schema.json | 37 ++++++++++-- 8 files changed, 155 insertions(+), 186 deletions(-)