Re: [Qemu-devel] [PATCH 06/15] blkdebug: Use bdrv_open options instead of filename

2013-04-15 Thread Eric Blake
On 04/12/2013 02:47 PM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > block/blkdebug.c | 103 > +-- > 1 file changed, 77 insertions(+), 26 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266

[Qemu-devel] [PATCH 06/15] blkdebug: Use bdrv_open options instead of filename

2013-04-12 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- block/blkdebug.c | 103 +-- 1 file changed, 77 insertions(+), 26 deletions(-) diff --git a/block/blkdebug.c b/block/blkdebug.c index 37cfbc7..da11de2 100644 --- a/block/blkdebug.c +++ b/block/blkdebug.c @@ -273,11