commit | da557aac181fa71fde6a2a7c7a1eb2aea20caf64 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Fri Dec 20 19:28:11 2013 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jan 22 12:07:18 2014 +0100 |
tree | 10c0cc6d8ab49d70a02cfba739132b540714d5ab | |
parent | 2a05cbe426a7a3ddec63dbc67c9ac93013aebf77 [diff] |
block: Add bdrv_open_image() Add a common function for opening images to be used for block drivers specified through BlockdevRefs in an option QDict. The difference from bdrv_file_open() is that this function may invoke bdrv_open() instead, allowing auto-detection of the driver to be used; and second, it automatically extracts the BlockdevRef from the option QDict. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>