[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v11 11/15] rdma: core logic
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v11 11/15] rdma: core logic |
Date: |
Tue, 25 Jun 2013 18:41:43 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
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
- Re: [Qemu-devel] [PATCH v11 14/15] rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition, (continued)
- [Qemu-devel] [PATCH v11 10/15] rdma: introduce capability x-rdma-pin-all, mrhines, 2013/06/24
- [Qemu-devel] [PATCH v11 01/15] rdma: add documentation, mrhines, 2013/06/24
- [Qemu-devel] [PATCH v11 11/15] rdma: core logic, mrhines, 2013/06/24
- [Qemu-devel] [PATCH v11 03/15] rdma: export yield_until_fd_readable(), mrhines, 2013/06/24
- [Qemu-devel] [PATCH v11 07/15] rdma: introduce ram_handle_compressed(), mrhines, 2013/06/24
- [Qemu-devel] [PATCH v11 08/15] rdma: introduce qemu_ram_foreach_block(), mrhines, 2013/06/24
- [Qemu-devel] [PATCH v11 13/15] rdma: allow state transitions between other states besides ACTIVE, mrhines, 2013/06/24