]> git.proxmox.com Git - mirror_qemu.git/commit
rbd: Clean up qemu_rbd_create()'s detour through QemuOpts
authorMarkus Armbruster <armbru@redhat.com>
Tue, 28 Mar 2017 08:56:05 +0000 (10:56 +0200)
committerJeff Cody <jcody@redhat.com>
Tue, 28 Mar 2017 14:00:57 +0000 (10:00 -0400)
commit078463977a6139c9725127f2a10d9cd8b9e1b4d6
tree633808e1c7f7612d00486bfe62ad47f521a38afa
parentcbf036b4f3da48c2be6865eed4896acbd4149bc6
rbd: Clean up qemu_rbd_create()'s detour through QemuOpts

The conversion from QDict to QemuOpts is pointless.  Simply get the
stuff straight from the QDict.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Message-id: 1490691368-32099-8-git-send-email-armbru@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/rbd.c