block: Pass reference to bdrv_file_open()
commit2258e3fe20990a13c9aa2c1adccafae073b7ce13
authorMax Reitz <mreitz@redhat.com>
Fri, 20 Dec 2013 18:28:09 +0000 (20 19:28 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:17 +0000 (22 12:07 +0100)
treeface552eae5e89ef3323a4d20a081d144b22899a
parent72daa72eeecb6b2ee06ab7d836ac3aa01ad7e6df
block: Pass reference to bdrv_file_open()

With that now being possible, bdrv_open() should try to extract a block
device reference from the options and pass it to bdrv_file_open().

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