From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX7it-00020t-Nd for qemu-devel@nongnu.org; Fri, 18 Oct 2013 06:56:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VX7in-0008WU-TR for qemu-devel@nongnu.org; Fri, 18 Oct 2013 06:56:03 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:46173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX7in-0008WP-M4 for qemu-devel@nongnu.org; Fri, 18 Oct 2013 06:55:57 -0400 Received: by mail-ea0-f169.google.com with SMTP id k11so1855446eaj.14 for ; Fri, 18 Oct 2013 03:55:56 -0700 (PDT) Date: Fri, 18 Oct 2013 12:55:54 +0200 From: Stefan Hajnoczi Message-ID: <20131018105554.GA15317@stefanha-thinkpad.redhat.com> References: <1365501393-5010-1-git-send-email-rjones@redhat.com> <20131017081941.GA30816@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131017081941.GA30816@redhat.com> Subject: Re: [Qemu-devel] [PATCH v8 0/3] block: Add support for Secure Shell (ssh) block device. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: qemu-devel@nongnu.org On Thu, Oct 17, 2013 at 09:19:41AM +0100, Richard W.M. Jones wrote: > On Tue, Apr 09, 2013 at 10:56:30AM +0100, Richard W.M. Jones wrote: > > Changes since v7: > > > > - fsync (ie. bdrv_co_flush_to_disk) is now supported, *if* you have > > the following patches to libssh2 and OpenSSH: > > > > https://bugzilla.mindrot.org/show_bug.cgi?id=1798 > > (OpenSSH: accepted, but not upstream) > > FYI: OpenSSH 6.4 has finally added fsync support upstream! Thanks for the update. This was an impressive effort across layers: you extended libssh2, openssh, and QEMU to add a missing feature! Stefan