Fabiano Rosas <faro...@suse.de> writes: > Markus Armbruster <arm...@redhat.com> writes: > >> qemu_rdma_search_ram_block() can't fail. Return void, and drop the >> unreachable error handling. >> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> --- >> migration/rdma.c | 22 ++++++++-------------- >> 1 file changed, 8 insertions(+), 14 deletions(-) >> >> diff --git a/migration/rdma.c b/migration/rdma.c >> index 2b0f9d52d8..98520a42b4 100644 >> --- a/migration/rdma.c >> +++ b/migration/rdma.c >> @@ -1234,12 +1234,12 @@ static int >> qemu_rdma_reg_whole_ram_blocks(RDMAContext *rdma) >> * >> * This search cannot fail or the migration will fail. >> */ > > This comment can be removed as well.
Will do, thanks! [...]