From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNW0B-0007sH-O6 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 18:18:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNW09-0007C2-CY for qemu-devel@nongnu.org; Wed, 03 Apr 2013 18:17:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNW09-0007Bs-53 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 18:17:53 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r33MHqZr010632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Apr 2013 18:17:52 -0400 Received: from choo.home.annexia.org (vpn1-7-22.ams2.redhat.com [10.36.7.22]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r33MHpgx029097 for ; Wed, 3 Apr 2013 18:17:51 -0400 From: "Richard W.M. Jones" Date: Wed, 3 Apr 2013 23:17:38 +0100 Message-Id: <1365027461-8884-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v5 0/3] Add support for Secure Shell (ssh) block device. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is version 5 of the patch to add a Secure Shell (ssh) block device to qemu. Most recently this was discussed here: http://lists.nongnu.org/archive/html/qemu-devel/2013-03/threads.html#04845 Some changes since last time: - I have addressed almost all of Stefan comments, but see my email to him above. - ./check -ssh can be used to run io tests. Note the -qcow2 ones won't work. I haven't done anything about authentication, so this patch still requires ssh-agent to be set up, and the right key to be present in known_hosts. Rich.