Il 25/06/2013 18:31, Vasilis Liaskovitis ha scritto: > Then I think qemu_rdma_dump_id can segfault trying to dereference a null verbs > structure. The dump_id function should check for non-NULL verbs argument, > or the dump should be made only in the (verbs != NULL) if clause. > > Disabling the dump_id above, I have rdma_resolve_addr() problems on the source > VM side (getting RDMA_CM_EVENT_ADDR_ERROR instead of > RDMA_CM_EVENT_ADDR_RESOLVED). > > I assume that is because of the null verbs structure destination problem > above. > qemu_rdma_dest_prepare() will always fail with a NULL verbs argument:
FWIW, I don't think this should block merging this patch. We will always find one more bug after merging 2500 lines of code. Paolo