commit | a08f0c3b5fe8d2e08c3b7e797b359772819fbb92 | [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 | 988a831ba2b353166426b5a43b85070ea4ed3261 | |
parent | fba98d455a7de1f2ef801d60ae895b173f4738c5 [diff] |
vdi: 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>