Re: [Qemu-devel] [PATCH v5 16/22] blkdebug: Make filename optional

2013-12-13 Thread Max Reitz
On 13.12.2013 21:43, Kevin Wolf wrote: Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: There is no problem in giving no filename; in this case, it has to be specified through the "image" option. Signed-off-by: Max Reitz --- block/blkdebug.c | 6 -- 1 file changed, 4 insertions(+), 2 d

Re: [Qemu-devel] [PATCH v5 16/22] blkdebug: Make filename optional

2013-12-13 Thread Kevin Wolf
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > There is no problem in giving no filename; in this case, it has to be > specified through the "image" option. > > Signed-off-by: Max Reitz > --- > block/blkdebug.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/

[Qemu-devel] [PATCH v5 16/22] blkdebug: Make filename optional

2013-12-13 Thread Max Reitz
There is no problem in giving no filename; in this case, it has to be specified through the "image" option. Signed-off-by: Max Reitz --- block/blkdebug.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/block/blkdebug.c b/block/blkdebug.c index 0c800ae..fdfc6b0 100644 --