commit | 8942764f548e239b1b78c28bb662bef3e1221c3d | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Mar 08 15:57:05 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Mar 14 16:46:43 2016 +0100 |
tree | 92283d8f3604eea71c251b181a0112e4b0f7d080 | |
parent | c10c9d96158ce4d05f4325e64c0ce6a5fcd64b8b [diff] |
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>