]> git.proxmox.com Git - mirror_qemu.git/commit - block/blkverify.c
blkverify: Don't require protocol filename
authorMax Reitz <mreitz@redhat.com>
Fri, 20 Dec 2013 18:28:17 +0000 (19:28 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:18 +0000 (12:07 +0100)
commit22511ad681348cc4e500ebafdc324b0909d41c95
tree2eb5a9a2ebe420662a77919838065a8b6270fdfd
parent70b6198acc9643c3ce801e5cf4c24274722f2f4a
blkverify: Don't require protocol filename

If the filename is not prefixed by "blkverify:" in
blkverify_parse_filename(), the blkverify driver was not selected
through that protocol prefix, but by an explicit command line (or QMP)
option (like driver=blkverify).

If blkverify_parse_filename() has been called, a filename has been
given. If it is not prefixed, it is probably really just a plain
filename. This is no problem, since we can use it as the test image
filename and rely on the user to specify the raw image filename through
the new corresponding option.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blkverify.c