From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKH9C-0006sP-Ka for qemu-devel@nongnu.org; Mon, 25 Mar 2013 19:49:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKH9B-0006O5-Dm for qemu-devel@nongnu.org; Mon, 25 Mar 2013 19:49:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKH9B-0006MY-5E for qemu-devel@nongnu.org; Mon, 25 Mar 2013 19:49:49 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2PNnmAY026726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 25 Mar 2013 19:49:48 -0400 Received: from choo.home.annexia.org (vpn1-6-12.ams2.redhat.com [10.36.6.12]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r2PNnki1021038 for ; Mon, 25 Mar 2013 19:49:47 -0400 From: "Richard W.M. Jones" Date: Mon, 25 Mar 2013 23:49:40 +0000 Message-Id: <1364255381-16599-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v2] block: 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 ** For discussion / early review only, still not complete ** This is the second version of the ssh block device patch, previously posted and discussed here: http://www.mail-archive.com/qemu-devel@nongnu.org/msg161996.html There are multiple changes since last time, but the main one is that this ought to be properly using coroutines so it will not block during reads and writes. Rich.