]> Git Repo - qemu.git/blobdiff - migration-rdma.c
block: Fix snapshot=on for protocol parsed from filename
[qemu.git] / migration-rdma.c
index f94f3b4e3a21c1d4016bd997bbad122f6b4ad20c..eeb4302215c2c4e146884a00eccacfb0035b4832 100644 (file)
@@ -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;
This page took 0.023945 seconds and 4 git commands to generate.