]> git.proxmox.com Git - mirror_qemu.git/commit
ssh: Use QAPI BlockdevOptionsSsh object
authorKevin Wolf <kwolf@redhat.com>
Fri, 2 Feb 2018 15:12:18 +0000 (16:12 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Mar 2018 14:17:47 +0000 (15:17 +0100)
commit16e4bdb1bff83c41b73ed9c915d6bfc31d3e7ac8
tree309569a0b4115340b4f36c1200b132af9579acaa
parent63fd65a0a5acca28740fc7ed138278d040ca6c9c
ssh: Use QAPI BlockdevOptionsSsh object

Create a BlockdevOptionsSsh object in connect_to_ssh() and take the
options from there. 'host_key_check' is still processed separately
because it's not in the schema yet.

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