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 <mre...@redhat.com>
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 block.c function. The main difference between blkdebug and blkverify seems to be that blkverify does image format probing on its main image. This can be a bool argument to open_image(). Reviewed-by: Kevin Wolf <kw...@redhat.com>