Loading migration/rdma.c +1 −2 Original line number Diff line number Diff line Loading @@ -839,10 +839,9 @@ static void qemu_rdma_dump_gid(const char *who, struct rdma_cm_id *id) */ static int qemu_rdma_broken_ipv6_kernel(struct ibv_context *verbs, Error **errp) { struct ibv_port_attr port_attr; /* This bug only exists in linux, to our knowledge. */ #ifdef CONFIG_LINUX struct ibv_port_attr port_attr; /* * Verbs are only NULL if management has bound to '[::]'. Loading Loading
migration/rdma.c +1 −2 Original line number Diff line number Diff line Loading @@ -839,10 +839,9 @@ static void qemu_rdma_dump_gid(const char *who, struct rdma_cm_id *id) */ static int qemu_rdma_broken_ipv6_kernel(struct ibv_context *verbs, Error **errp) { struct ibv_port_attr port_attr; /* This bug only exists in linux, to our knowledge. */ #ifdef CONFIG_LINUX struct ibv_port_attr port_attr; /* * Verbs are only NULL if management has bound to '[::]'. Loading