Re: [Qemu-devel] [PATCH v2 2/3] contrib/vhost-user-blk: fix the compilation issue

2019-01-17 Thread Stefano Garzarella
Note: I removed my wrong e-mail address in CC. On Wed, Jan 16, 2019 at 01:19:29PM +0800, Changpeng Liu wrote: > Signed-off-by: Changpeng Liu > --- > contrib/vhost-user-blk/vhost-user-blk.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > Reviewed-by: Stefano Garzarella

Re: [Qemu-devel] [PATCH v2 2/3] contrib/vhost-user-blk: fix the compilation issue

2019-01-16 Thread Stefan Hajnoczi
On Wed, Jan 16, 2019 at 01:19:29PM +0800, Changpeng Liu wrote: > Signed-off-by: Changpeng Liu > --- > contrib/vhost-user-blk/vhost-user-blk.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

[Qemu-devel] [PATCH v2 2/3] contrib/vhost-user-blk: fix the compilation issue

2019-01-15 Thread Changpeng Liu
Signed-off-by: Changpeng Liu --- contrib/vhost-user-blk/vhost-user-blk.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/vhost-user-blk/vhost-user-blk.c b/contrib/vhost-user-blk/vhost-user-blk.c index 858221a..49640df 100644 --- a/contrib/vhost-user-blk/vhost-use