From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US820-0005OZ-2z for qemu-devel@nongnu.org; Tue, 16 Apr 2013 11:42:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US81y-0006KV-Fg for qemu-devel@nongnu.org; Tue, 16 Apr 2013 11:42:52 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:48142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US81x-0006K8-Tn for qemu-devel@nongnu.org; Tue, 16 Apr 2013 11:42:50 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 17 Apr 2013 01:35:15 +1000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [9.190.235.21]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 07A332BB0023 for ; Wed, 17 Apr 2013 01:42:45 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3GFgdSI6488328 for ; Wed, 17 Apr 2013 01:42:39 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3GFgiBl022378 for ; Wed, 17 Apr 2013 01:42:44 +1000 From: Anthony Liguori In-Reply-To: <516D6185.1070607@redhat.com> References: <1366080286-9288-1-git-send-email-mrhines@linux.vnet.ibm.com> <516CC427.9020805@redhat.com> <874nf65ywk.fsf@codemonkey.ws> <516D6185.1070607@redhat.com> Date: Tue, 16 Apr 2013 10:42:37 -0500 Message-ID: <87wqs2o51u.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/8] rdma: migration support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: mst@redhat.com, Juan Quintela , qemu-devel@nongnu.org, mrhines@linux.vnet.ibm.com, owasserm@redhat.com, Bulent Abali , Michael R Hines , Gokul B Kandiraju Paolo Bonzini writes: > Il 16/04/2013 16:32, Anthony Liguori ha scritto: >> Paolo Bonzini writes: >> >>> Il 16/04/2013 04:44, mrhines@linux.vnet.ibm.com ha scritto: >>>> 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 >>>> >>> >>> NACK, >> >> I am not planning on pulling/applying these patches directly. I'd >> expect them to be applied to Juan's tree and collecting Reviewed-bys on >> the list. > > Since we're on the topic, note that Juan is expecting you to apply > http://permalink.gmane.org/gmane.comp.emulators.qemu/202772 directly > because some/most of the patches in the series touch code outside > migration. Ok, no problem. When this happens in the future, please CC me into the series so it shows up in my work queue. Regards, Anthony Liguori > > Paolo