On Thu, Sep 29, 2016 at 01:05:48PM +0530, Ashijeet Acharya wrote:
> Hi all,
>
> I was trying to convert SSH driver to support 'blockdev-add' and so
> far I have tried to figure out what the struct 'BlockdevOptionsSsh' in
> block-core.json should look like,
>
> { 'struct': 'BlockdevOptionsSsh',
>
Hi all,
I was trying to convert SSH driver to support 'blockdev-add' and so
far I have tried to figure out what the struct 'BlockdevOptionsSsh' in
block-core.json should look like,
{ 'struct': 'BlockdevOptionsSsh',
'data': { 'tcp': 'InetSocketAddress',
'path': 'str' } }
Naive ques