From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxeWW-0008KK-TT for qemu-devel@nongnu.org; Fri, 12 Jul 2013 10:40:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxeWQ-0001Xx-RZ for qemu-devel@nongnu.org; Fri, 12 Jul 2013 10:40:40 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:43901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxeWQ-0001Tn-6n for qemu-devel@nongnu.org; Fri, 12 Jul 2013 10:40:34 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 12 Jul 2013 10:40:32 -0400 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 50B8938C8051 for ; Fri, 12 Jul 2013 10:40:30 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6CEeVBF363218 for ; Fri, 12 Jul 2013 10:40:31 -0400 Received: from d01av05.pok.ibm.com (loopback [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6CEeU0g020300 for ; Fri, 12 Jul 2013 10:40:31 -0400 From: mrhines@linux.vnet.ibm.com Date: Fri, 12 Jul 2013 10:40:20 -0400 Message-Id: <1373640028-5138-1-git-send-email-mrhines@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v3 resend/cleanup 0/8] rdma: core logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, quintela@redhat.com, knoel@redhat.com, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, pbonzini@redhat.com, chegu_vinod@hp.com From: "Michael R. Hines" Just a one-liner bug fix and checkpatch.pl, but this a resend. Waiting to be merged.... Changes since v2: - trivial bugfix - re-ran checkpatch Michael R. Hines (8): rdma: update documentation to reflect new unpin support rdma: bugfix: ram_control_save_page() rdma: introduce ram_handle_compressed() rdma: core logic rdma: send pc.ram rdma: allow state transitions between other states besides ACTIVE rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition rdma: account for the time spent in MIG_STATE_SETUP through QMP Makefile.objs | 1 + arch_init.c | 62 +- configure | 40 + docs/rdma.txt | 51 +- hmp.c | 4 + include/migration/migration.h | 7 + migration-rdma.c | 3249 +++++++++++++++++++++++++++++++++++++++++ migration.c | 48 +- qapi-schema.json | 9 +- savevm.c | 2 +- 10 files changed, 3427 insertions(+), 46 deletions(-) create mode 100644 migration-rdma.c -- 1.7.10.4