Revision 885e8f98

b/migration-rdma.c
3045 3045
            return ret;
3046 3046
        }
3047 3047

  
3048
        qemu_rdma_move_header(rdma, reg_result_idx, &resp);
3049
        memcpy(rdma->block,
3050
            rdma->wr_data[reg_result_idx].control_curr, resp.len);
3051

  
3052 3048
        nb_remote_blocks = resp.len / sizeof(RDMARemoteBlock);
3053 3049

  
3054 3050
        /*
......
3070 3066
            return -EINVAL;
3071 3067
        }
3072 3068

  
3069
        qemu_rdma_move_header(rdma, reg_result_idx, &resp);
3070
        memcpy(rdma->block,
3071
            rdma->wr_data[reg_result_idx].control_curr, resp.len);
3073 3072
        for (i = 0; i < nb_remote_blocks; i++) {
3074 3073
            network_to_remote_block(&rdma->block[i]);
3075 3074

  

Also available in: Unified diff