Re: [Qemu-devel] [PATCH] backends/cryptodev: fix coverity issue

2018-05-08 Thread Stefan Hajnoczi
On Sat, Apr 28, 2018 at 01:54:24PM +0800, Jay Zhou wrote: > This patch removes the dead code, which fixes Coverity (CID 1390600) issue. > > Signed-off-by: Jay Zhou > --- > backends/cryptodev-vhost-user.c | 5 - > 1 file changed, 5 deletions(-) Reviewed-by: Stefan Hajnoczi signature.asc D

[Qemu-devel] [PATCH] backends/cryptodev: fix coverity issue

2018-04-27 Thread Jay Zhou
This patch removes the dead code, which fixes Coverity (CID 1390600) issue. Signed-off-by: Jay Zhou --- backends/cryptodev-vhost-user.c | 5 - 1 file changed, 5 deletions(-) diff --git a/backends/cryptodev-vhost-user.c b/backends/cryptodev-vhost-user.c index 862d4f2..67e65c6 100644 --- a/ba