commit | 4bfb274165ba013bacd2a40fd28c7c2e04a831f3 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Feb 15 20:58:24 2018 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Mar 09 15:17:47 2018 +0100 |
tree | ea3feec5598a67e2d600d32fc2b768a1dacb52b2 | |
parent | 4ff4504974d0b41cd7e2b1a8aa346072eb219541 [diff] |
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>