vmdk: Use BB functions in .bdrv_create()
commitc4bea1690e3c920f8139356f79ff38ce92ddeaa9
authorKevin Wolf <kwolf@redhat.com>
Tue, 8 Mar 2016 14:57:05 +0000 (8 15:57 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Mar 2016 15:46:43 +0000 (14 16:46 +0100)
treeb05ee2cdc15ed75feec4885552f15b9c09f08ee6
parent10bf03af128fa9ff5eb696c7b4dc145406f2de40
vmdk: 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>
block/vmdk.c