diff options
author | Michael R. Hines <mrhines@us.ibm.com> | 2013-12-19 04:52:01 +0800 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2014-02-25 14:30:28 +0100 |
commit | 41310c68781d742fa9bbfd5fcb1df9b7f23f5759 (patch) | |
tree | f56b23e2f01be810748a104eda4716c12fa17918 /migration-rdma.c | |
parent | 6d3cb1f970ee85361618f7ff02869180394e012d (diff) | |
download | qemu-41310c68781d742fa9bbfd5fcb1df9b7f23f5759.tar.gz qemu-41310c68781d742fa9bbfd5fcb1df9b7f23f5759.tar.bz2 qemu-41310c68781d742fa9bbfd5fcb1df9b7f23f5759.zip |
rdma: rename 'x-rdma' => 'rdma'
As far as we can tell, all known bugs have been fixed:
1. Parallel migrations are working
2. IPv6 migration is working
3. virt-test is working
I'm not comfortable sending the revised libvirt patch
until this is accepted or review suggestions are addressed,
(including pin-all support. It does not make sense to
remove experimental for one thing and not the other. That's
too many trips through the libvirt community).
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'migration-rdma.c')
-rw-r--r-- | migration-rdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration-rdma.c b/migration-rdma.c index f94f3b4e3a..eeb4302215 100644 --- a/migration-rdma.c +++ b/migration-rdma.c @@ -3412,7 +3412,7 @@ void rdma_start_outgoing_migration(void *opaque, } ret = qemu_rdma_source_init(rdma, &local_err, - s->enabled_capabilities[MIGRATION_CAPABILITY_X_RDMA_PIN_ALL]); + s->enabled_capabilities[MIGRATION_CAPABILITY_RDMA_PIN_ALL]); if (ret) { goto err; |