From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKwd-0006Hl-HR for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:45:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsKwY-0002w3-5r for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:45:39 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:53759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKwY-0002vb-0x for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:45:34 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 27 Jun 2013 18:45:33 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id A72E96E803C for ; Thu, 27 Jun 2013 18:45:26 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5RMj0s8299576 for ; Thu, 27 Jun 2013 18:45:00 -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 r5RMj0a3010231 for ; Thu, 27 Jun 2013 18:45:00 -0400 From: mrhines@linux.vnet.ibm.com Date: Thu, 27 Jun 2013 18:44:52 -0400 Message-Id: <1372373098-5877-1-git-send-email-mrhines@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/6] rdma: core logic and unpin support 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" Changes: - Per request, basic (compile-time-enabled) unpin support is available, but turned off by default. Michael R. Hines (6): rdma: update documentation to reflect new unpin support rdma: introduce ram_handle_compressed() rdma: core logic 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 | 29 +- configure | 29 + docs/rdma.txt | 23 +- hmp.c | 4 + include/migration/migration.h | 7 + migration-rdma.c | 2976 +++++++++++++++++++++++++++++++++++++++++ migration.c | 48 +- qapi-schema.json | 9 +- 9 files changed, 3094 insertions(+), 32 deletions(-) create mode 100644 migration-rdma.c -- 1.7.10.4