From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URvtN-0003Mp-2g for qemu-devel@nongnu.org; Mon, 15 Apr 2013 22:45:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URvtJ-0001GM-EH for qemu-devel@nongnu.org; Mon, 15 Apr 2013 22:45:08 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:59345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URvtJ-0001G8-8u for qemu-devel@nongnu.org; Mon, 15 Apr 2013 22:45:05 -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 ; Mon, 15 Apr 2013 22:45:04 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id EEDC438C801C for ; Mon, 15 Apr 2013 22:45:01 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3G2j2eb324986 for ; Mon, 15 Apr 2013 22:45:02 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3G2j1dl014720 for ; Mon, 15 Apr 2013 23:45:01 -0300 From: mrhines@linux.vnet.ibm.com Date: Mon, 15 Apr 2013 22:44:38 -0400 Message-Id: <1366080286-9288-1-git-send-email-mrhines@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/8] rdma: migration support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, mst@redhat.com, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, pbonzini@redhat.com From: "Michael R. Hines" The following changes since commit 24a6e7f4d91e9ed5f8117ecb083431a23f8609a0: virtio-balloon: fix dynamic properties. (2013-04-15 17:06:58 -0500) are available in the git repository at: git@github.com:hinesmr/qemu.git rdma_patch_v2 for you to fetch changes up to 633d528cd87dc16f9095572e1b301a243728db56: rdma: add documentation (2013-04-15 22:27:34 -0400) ---------------------------------------------------------------- Michael R. Hines (8): rdma: introduce qemu_ram_foreach_block rdma: new QEMUFileOps hooks rdma: export ram_handle_compressed() rdma: introduce capability for chunk registration rdma: core rdma logic rdma: send pc.ram rdma: print out throughput while debugging rdma: add documentation Makefile.objs | 1 + arch_init.c | 59 +- configure | 29 + docs/rdma.txt | 336 +++++ exec.c | 9 + include/exec/cpu-common.h | 5 + include/migration/migration.h | 23 + include/migration/qemu-file.h | 30 + migration-rdma.c | 2732 +++++++++++++++++++++++++++++++++++++++++ migration.c | 27 +- qapi-schema.json | 2 +- savevm.c | 75 +- 12 files changed, 3307 insertions(+), 21 deletions(-) create mode 100644 docs/rdma.txt create mode 100644 migration-rdma.c -- 1.7.10.4