commit | 6af40160209f579997e4adb05648813a717caab6 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Mar 08 15:57:05 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Mar 14 16:46:43 2016 +0100 |
tree | c98985b20c9bf1dbcbd6c11a8b9a6d59390579a3 | |
parent | 8942764f548e239b1b78c28bb662bef3e1221c3d [diff] |
qcow: Use BB functions in .bdrv_create() All users of the block layers are supposed to go through a BlockBackend. The .bdrv_create() implementation is one such user, so this patch converts it. Signed-off-by: Kevin Wolf <kwolf@redhat.com>