From: "Michael R. Hines" <mrhines@linux.vnet.ibm.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: quintela@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com,
Bulent Abali <abali@us.ibm.com>,
Michael R Hines <mrhines@us.ibm.com>,
Gokul B Kandiraju <gokul@us.ibm.com>,
pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH v6 10/11] rdma: core logic
Date: Thu, 25 Apr 2013 15:49:41 -0400 [thread overview]
Message-ID: <517988D5.70406@linux.vnet.ibm.com> (raw)
In-Reply-To: <87d2tio0n1.fsf@codemonkey.ws>
On 04/25/2013 03:45 PM, Anthony Liguori wrote:
> mrhines@linux.vnet.ibm.com writes:
>
>> From: "Michael R. Hines" <mrhines@us.ibm.com>
>>
>> Code that does need to be visible is kept
>> well contained inside this file and this is the only
>> new additional file to the entire patch - good progress.
>>
>> This file includes the entire protocol and interfaces
>> required to perform RDMA migration.
>>
>> Also, the configure and Makefile modifications to link
>> this file are included.
>>
>> Full documentation is in docs/rdma.txt
>>
>> Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
>> ---
>> Makefile.objs | 1 +
>> configure | 29 +++++++++++++++++++++++++++++
>> include/migration/migration.h | 4 ++++
>> migration.c | 8 ++++++++
>> migration-rdma.c | 2707 +++++++++++++++++++++++++++++++++++++++++++++
>> 4 files changed, 2749 insertions(+)
>>
>> diff --git a/Makefile.objs b/Makefile.objs
>> index a473348..d744827 100644
>> --- a/Makefile.objs
>> +++ b/Makefile.objs
>> @@ -49,6 +49,7 @@ common-obj-$(CONFIG_POSIX) += os-posix.o
>> common-obj-$(CONFIG_LINUX) += fsdev/
>>
>> common-obj-y += migration.o migration-tcp.o
>> +common-obj-$(CONFIG_RDMA) += migration-rdma.o
>> common-obj-y += qemu-char.o #aio.o
>> common-obj-y += block-migration.o
>> common-obj-y += page_cache.o xbzrle.o
>> diff --git a/configure b/configure
>> index 33d3354..90441cf 100755
>> --- a/configure
>> +++ b/configure
>> @@ -181,6 +181,7 @@ xfs=""
>> vhost_net="no"
>> vhost_scsi="no"
>> kvm="no"
>> +rdma="yes"
> This should be:
>
> rdma=""
>
Oooops..... Should I send out a v7 patch?
- Michael
next prev parent reply other threads:[~2013-04-25 19:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-24 19:00 [Qemu-devel] [PATCH v6 00/11] rdma: migration support mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 01/11] rdma: add documentation mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 02/11] rdma: export yield_until_fd_readable() mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 03/11] rdma: export throughput w/ MigrationStats QMP mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 04/11] rdma: introduce qemu_file_mode_is_not_valid() mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 05/11] rdma: export qemu_fflush() mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 06/11] rdma: introduce ram_handle_compressed() mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 07/11] rdma: introduce qemu_ram_foreach_block() mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 08/11] rdma: new QEMUFileOps hooks mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 09/11] rdma: introduce capability x-rdma-pin-all mrhines
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 10/11] rdma: core logic mrhines
2013-04-25 19:45 ` Anthony Liguori
2013-04-25 19:49 ` Michael R. Hines [this message]
2013-04-25 20:13 ` Anthony Liguori
2013-04-24 19:00 ` [Qemu-devel] [PATCH v6 11/11] rdma: send pc.ram mrhines
2013-04-24 21:50 ` [Qemu-devel] [PATCH v6 00/11] rdma: migration support Paolo Bonzini
2013-04-24 23:48 ` Michael R. Hines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=517988D5.70406@linux.vnet.ibm.com \
--to=mrhines@linux.vnet.ibm.com \
--cc=abali@us.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=gokul@us.ibm.com \
--cc=mrhines@us.ibm.com \
--cc=owasserm@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.