]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: 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)
commit23588797b6830254ee25ed682bdd7f2cd65e1252
treedd72bf86994548eccb3d44a75a3e5c08c11dba82
parent6af40160209f579997e4adb05648813a717caab6
qcow2: 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/qcow2.c