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