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) > > http://www.libssh2.org/mail/libssh2-devel-archive-2013-04/0006.shtml > (libssh2: posted) > > I tested 3 combinations (without libssh2 patch; with libssh2 patch and > without OpenSSH support; with libssh2 patch and with OpenSSH support), > and all work. > > Rich.
Thanks, applied Patch 1 & 3 to my block tree: https://github.com/stefanha/qemu/commits/block I did not merge Patch 2 since it is an out-of-tree libssh2 feature. Let's wait until libssh2.git has merged the fsync patch. Stefan