Re: [Qemu-devel] [PATCH v5 15/22] blkdebug: Allow command-line file configuration

2013-12-13 Thread Max Reitz
On 13.12.2013 21:36, Kevin Wolf wrote: Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: Introduce the "image" option as an alternative to specifying the image through the filename. Signed-off-by: Max Reitz One thing I'd like to see, either in the next version or in a follow-up series, is to

Re: [Qemu-devel] [PATCH v5 15/22] blkdebug: Allow command-line file configuration

2013-12-13 Thread Kevin Wolf
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > Introduce the "image" option as an alternative to specifying the image > through the filename. > > Signed-off-by: Max Reitz One thing I'd like to see, either in the next version or in a follow-up series, is to generalise open_image() into a blo

[Qemu-devel] [PATCH v5 15/22] blkdebug: Allow command-line file configuration

2013-12-13 Thread Max Reitz
Introduce the "image" option as an alternative to specifying the image through the filename. Signed-off-by: Max Reitz --- block/blkdebug.c | 34 +- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/block/blkdebug.c b/block/blkdebug.c index c73a6cf..0c