Re: [PATCH 42/52] migration/rdma: Convert qemu_rdma_post_recv_control() to Error
On 18/09/2023 22:41, Markus Armbruster wrote: > Just for symmetry with qemu_rdma_post_send_control(). Error messages > lose detail I consider of no use to users. > > Signed-off-by: Markus Armbruster Reviewed-by: Li Zhijian
[PATCH 42/52] migration/rdma: Convert qemu_rdma_post_recv_control() to Error
Just for symmetry with qemu_rdma_post_send_control(). Error messages lose detail I consider of no use to users. Signed-off-by: Markus Armbruster --- migration/rdma.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/migration/rdma.c b/migration/rdma.c