Re: [Qemu-block] [PATCH 02/14] vhdx: Fix vhdx_co_create() return value

2018-05-29 Thread Jeff Cody
On Fri, May 25, 2018 at 06:33:15PM +0200, Kevin Wolf wrote: > .bdrv_co_create() is supposed to return 0 on success, but vhdx could > return a positive value instead. Fix this. > > Signed-off-by: Kevin Wolf > --- > block/vhdx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [Qemu-block] [PATCH 02/14] vhdx: Fix vhdx_co_create() return value

2018-05-29 Thread Max Reitz
On 2018-05-25 18:33, Kevin Wolf wrote: > .bdrv_co_create() is supposed to return 0 on success, but vhdx could > return a positive value instead. Fix this. > > Signed-off-by: Kevin Wolf > --- > block/vhdx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Max Reitz

[Qemu-block] [PATCH 02/14] vhdx: Fix vhdx_co_create() return value

2018-05-25 Thread Kevin Wolf
.bdrv_co_create() is supposed to return 0 on success, but vhdx could return a positive value instead. Fix this. Signed-off-by: Kevin Wolf --- block/vhdx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/vhdx.c b/block/vhdx.c index