]> git.proxmox.com Git - mirror_qemu.git/commit - block/ssh.c
ssh: Pass BlockdevOptionsSsh to connect_to_ssh()
authorKevin Wolf <kwolf@redhat.com>
Mon, 5 Feb 2018 14:28:14 +0000 (15:28 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Mar 2018 14:17:47 +0000 (15:17 +0100)
commit375f0b9266d72cab238dc079ca319417f9a92983
tree753463f7bf107a0aee57b6de14ad28c301f72886
parentec2f54182c5690387ba72a4acfcbdd961fcdcfc6
ssh: Pass BlockdevOptionsSsh to connect_to_ssh()

Move the parsing of the QDict options up to the callers, in preparation
for the .bdrv_co_create implementation that directly gets a QAPI type.

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