qed: Use BB functions in .bdrv_create()
commit8a56fdadaff912b2f1ad581ac42580945e36a74b
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)
treef2c989e6ef21107b21f847c38a204ed3766e7903
parent23588797b6830254ee25ed682bdd7f2cd65e1252
qed: 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/qed.c