]> git.proxmox.com Git - mirror_qemu.git/commit
rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()
authorKevin Wolf <kwolf@redhat.com>
Thu, 15 Feb 2018 19:58:24 +0000 (20:58 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Mar 2018 14:17:47 +0000 (15:17 +0100)
commit4bfb274165ba013bacd2a40fd28c7c2e04a831f3
treeea3feec5598a67e2d600d32fc2b768a1dacb52b2
parent4ff4504974d0b41cd7e2b1a8aa346072eb219541
rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()

With the conversion to a QAPI options object, the function is now
prepared to be used in a .bdrv_co_create implementation.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
block/rbd.c