From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO6NE-00087U-47 for qemu-devel@nongnu.org; Fri, 05 Apr 2013 09:08:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO6N3-0008QL-Uk for qemu-devel@nongnu.org; Fri, 05 Apr 2013 09:08:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO6N3-0008Q2-LW for qemu-devel@nongnu.org; Fri, 05 Apr 2013 09:07:57 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r35D7v1L027490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 5 Apr 2013 09:07:57 -0400 Received: from choo.home.annexia.org (vpn1-7-115.ams2.redhat.com [10.36.7.115]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r35D7sT7010001 for ; Fri, 5 Apr 2013 09:07:56 -0400 From: "Richard W.M. Jones" Date: Fri, 5 Apr 2013 14:07:51 +0100 Message-Id: <1365167273-28050-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v7 0/2] 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 Since v6: - This fixes a rather serious race condition in the previous versions, which only manifested itself when using 'snapshot=on'. - Store the attributes (like filesize) in the state. - Macros for LOCK/UNLOCK to make debugging simpler. - Added an ssh driver to libguestfs and tested with that: https://www.redhat.com/archives/libguestfs/2013-April/msg00022.html Rich.