Re: [Qemu-devel] [PATCH] migration/rdma: Check qemu_rdma_init_one_block

2019-03-10 Thread Peter Xu
On Fri, Mar 08, 2019 at 06:51:24PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Actually it can't fail at the moment, but Coverity moans that > it's the only place it's not checked, and it's an easy check. > > Reported-by: Coverity (CID 1399413) > Signed-off-by

[Qemu-devel] [PATCH] migration/rdma: Check qemu_rdma_init_one_block

2019-03-08 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Actually it can't fail at the moment, but Coverity moans that it's the only place it's not checked, and it's an easy check. Reported-by: Coverity (CID 1399413) Signed-off-by: Dr. David Alan Gilbert --- migration/rdma.c | 6 +- 1 file changed, 5 insertions(+),