qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4] block: Add support for Secure Shell (ssh) block device.
@ 2013-03-27 15:57 Richard W.M. Jones
  2013-03-27 15:57 ` Richard W.M. Jones
  0 siblings, 1 reply; 13+ messages in thread
From: Richard W.M. Jones @ 2013-03-27 15:57 UTC (permalink / raw)
  To: qemu-devel

This is version 4 of the Secure Shell (ssh) block device.

Links to earlier versions:

v1: http://www.mail-archive.com/qemu-devel@nongnu.org/msg162605.html
v2: http://www.mail-archive.com/qemu-devel@nongnu.org/msg162730.html
v3: http://www.mail-archive.com/qemu-devel@nongnu.org/msg162805.html

The version supports:

 - image creation, so eg. 'qemu-img create' can be used

 - extending the file, so qcow2 works

 - file.host, file.port, file.path, file.user properties (or ssh:// URLs)

 - asynch read/write using coroutines

 - ssh-agent authentication

 - checks the remote host key against known_hosts

This version is robust and works for me reliably.  Performance of
linear reading (eg. qemu-img convert ssh://...) is very fast indeed.
Random access performance is fairly poor (about the same as sshfs).
However it's usable remotely for booting and running guests, even over
relatively slow wifi links.

Rich.

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

end of thread, other threads:[~2013-04-09 12:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 15:57 [Qemu-devel] [PATCH v4] block: Add support for Secure Shell (ssh) block device Richard W.M. Jones
2013-03-27 15:57 ` Richard W.M. Jones
2013-03-28 10:47   ` Stefan Hajnoczi
2013-03-28 11:16     ` Richard W.M. Jones
2013-03-28 13:29       ` Stefan Hajnoczi
2013-04-03 22:14     ` Richard W.M. Jones
2013-04-08 11:37       ` Stefan Hajnoczi
2013-04-08 13:01         ` Richard W.M. Jones
2013-04-08 13:05         ` Richard W.M. Jones
2013-04-08 14:58           ` Stefan Hajnoczi
2013-04-08 20:21             ` Stefan Hajnoczi
2013-04-09  7:30               ` Richard W.M. Jones
2013-04-09 12:56                 ` Stefan Hajnoczi

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).