On 2014-11-07 at 20:39, Kevin Wolf wrote:
This adds a -f option to qemu-io which allows to explicitly specify the
block driver to use for the given image.
Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
qemu-io.c | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)
I would have liked the same option for the "open" command, but well.
And maybe also an error if a format but no filename has been specified,
but qemu-io already does not emit an error if some other image option
has been specified, so it's fine.
Reviewed-by: Max Reitz <mre...@redhat.com>