Re: [Qemu-devel] [PATCH v2 1/7] blkdebug: Use errp for read_config()

2013-11-25 Thread Max Reitz
On 25.11.2013 14:40, Kevin Wolf wrote: Am 22.11.2013 um 17:10 hat Max Reitz geschrieben: Use an Error variable in the read_config() function. Signed-off-by: Max Reitz --- block/blkdebug.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/block/blkdebug.c b/blo

Re: [Qemu-devel] [PATCH v2 1/7] blkdebug: Use errp for read_config()

2013-11-25 Thread Kevin Wolf
Am 22.11.2013 um 17:10 hat Max Reitz geschrieben: > Use an Error variable in the read_config() function. > > Signed-off-by: Max Reitz > --- > block/blkdebug.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/block/blkdebug.c b/block/blkdebug.c > index 16d2b9

[Qemu-devel] [PATCH v2 1/7] blkdebug: Use errp for read_config()

2013-11-22 Thread Max Reitz
Use an Error variable in the read_config() function. Signed-off-by: Max Reitz --- block/blkdebug.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/block/blkdebug.c b/block/blkdebug.c index 16d2b91..9dfa712 100644 --- a/block/blkdebug.c +++ b/block/blkdebug.c @@ -