Re: [Qemu-devel] [PATCH 20/27] ssh: Use QAPI BlockdevOptionsSsh object

2018-02-12 Thread Max Reitz
On 2018-02-08 20:23, Kevin Wolf wrote: > 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 > --- > block/ssh.c | 136 > +

[Qemu-devel] [PATCH 20/27] ssh: Use QAPI BlockdevOptionsSsh object

2018-02-08 Thread Kevin Wolf
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 --- block/ssh.c | 136 +++- 1 file changed,