]> git.ipfire.org Git - thirdparty/qemu.git/commit - block.c
block: Pass bdrv_file_open() options to block drivers
authorKevin Wolf <kwolf@redhat.com>
Wed, 6 Mar 2013 11:20:31 +0000 (12:20 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Mar 2013 16:51:31 +0000 (17:51 +0100)
commit707ff8282b66bb9471e253fe5f17b74576d36825
tree205e93b2802a6db48e34cc599174db33649f06cc
parent787e4a8500020695eb391e2f1cc4767ee071d441
block: Pass bdrv_file_open() options to block drivers

Specify -drive file.option=... on the command line to pass the option to
the protocol instead of the format driver.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c