[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh |
Date: |
Thu, 29 Sep 2016 17:02:47 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 29.09.2016 um 16:07 hat Ashijeet Acharya geschrieben:
> Other than that I also asked if I have accidentally missed any other
> important field regarding the structure 'BlockdevOptionsSsh' I
> described in the previous mail (I will post it here again for
> convenience)
>
> { 'struct': 'BlockdevOptionsSsh',
> 'data': { 'tcp': 'InetSocketAddress',
> 'path': 'str' } }
>
> It will be better if I know it beforehand and build up the patch based
> on the suggestions.
Sorry, I missed this part. Yes, there are a few more options. Just check
ssh_runtime_opts. You wil replace the existing 'host'/'port' by 'tcp' (I
think I would call the option something like 'server' instead of 'tcp',
though). 'path' is already here. This leaves 'user' and 'host_key_check'
that are missing.
Kevin
- [Qemu-devel] block/ssh:Allow blockdev-add for ssh, Ashijeet Acharya, 2016/09/29
- Re: [Qemu-devel] block/ssh:Allow blockdev-add for ssh, Richard W.M. Jones, 2016/09/29
- Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh, Kevin Wolf, 2016/09/29
- Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh, Daniel P. Berrange, 2016/09/29
- Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh, Kevin Wolf, 2016/09/29
- Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh, Richard W.M. Jones, 2016/09/29
- Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh, Ashijeet Acharya, 2016/09/29
- Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh,
Kevin Wolf <=
- Re: [Qemu-devel] [Qemu-block] block/ssh:Allow blockdev-add for ssh, Ashijeet Acharya, 2016/09/29