qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] block/ssh:Allow blockdev-add for ssh
@ 2016-09-29  7:35 Ashijeet Acharya
  2016-09-29  8:07 ` Richard W.M. Jones
  0 siblings, 1 reply; 11+ messages in thread
From: Ashijeet Acharya @ 2016-09-29  7:35 UTC (permalink / raw)
  To: rjones; +Cc: jcody, QEMU Developers, qemu-block

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 question but I have to ask, Am I missing something?

As far as I know, ssh only supports 'tcp' right? So using
'InetSocketAddress' should be good enough. (like the TODO says)

I had a discussion with Kevin about this and he thinks, maybe
'SocketAddress' can be used too because the restriction comes from the
qemu block driver rather than the backend. He advised me to get an
opinion on this one from the maintainers of SSH.

Thanks for reading
Ashijeet

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-09-29 18:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29  7:35 [Qemu-devel] block/ssh:Allow blockdev-add for ssh Ashijeet Acharya
2016-09-29  8:07 ` Richard W.M. Jones
2016-09-29 10:42   ` [Qemu-devel] [Qemu-block] " Kevin Wolf
2016-09-29 11:07     ` Daniel P. Berrange
2016-09-29 11:15       ` Kevin Wolf
2016-09-29 11:22     ` Daniel P. Berrange
2016-09-29 11:36       ` Kevin Wolf
2016-09-29 11:59         ` Richard W.M. Jones
2016-09-29 14:07           ` Ashijeet Acharya
2016-09-29 15:02             ` Kevin Wolf
2016-09-29 18:32               ` Ashijeet Acharya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).