Re: [Qemu-devel] [PATCH v6 06/22] blkdebug: Always call read_config()

2013-12-19 Thread Eric Blake
On 12/19/2013 12:47 PM, Max Reitz wrote: > Move the check whether there actually is a config file into the > read_config() function. > > Signed-off-by: Max Reitz > Reviewed-by: Kevin Wolf > --- > block/blkdebug.c | 36 +++- > 1 file changed, 19 insertions(+), 17

[Qemu-devel] [PATCH v6 06/22] blkdebug: Always call read_config()

2013-12-19 Thread Max Reitz
Move the check whether there actually is a config file into the read_config() function. Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf --- block/blkdebug.c | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/block/blkdebug.c b/block/blkde