parallels: 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)
commit8942764f548e239b1b78c28bb662bef3e1221c3d
tree92283d8f3604eea71c251b181a0112e4b0f7d080
parentc10c9d96158ce4d05f4325e64c0ce6a5fcd64b8b
parallels: 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/parallels.c