Re: [Qemu-devel] [PATCH 3/5] block/raw-win32: Employ error parameter

2013-10-10 Thread Eric Blake
On 10/10/2013 07:44 AM, Max Reitz wrote: > Make use of the error parameter in the opening and creating functions in > block/raw-win32.c. > > Signed-off-by: Max Reitz > --- > block/raw-win32.c | 16 +++- > 1 file changed, 11 insertions(+), 5 deletions(-) > @@ -586,8 +590,10 @@ static

[Qemu-devel] [PATCH 3/5] block/raw-win32: Employ error parameter

2013-10-10 Thread Max Reitz
Make use of the error parameter in the opening and creating functions in block/raw-win32.c. Signed-off-by: Max Reitz --- block/raw-win32.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/block/raw-win32.c b/block/raw-win32.c index 6ef320f..c3e4c62 100644 ---