vpc: 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:44 +0000 (16:46 +0100)
commitb8f45cdf7827e39f9a1e6cc446f5972cc6144237
tree1a295b62131fe8f0d47d464178ea4bba6f4aff64
parentc4bea1690e3c920f8139356f79ff38ce92ddeaa9
vpc: 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/vpc.c