From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqjF-0006Ph-07 for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:54:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPqjA-0004Z5-3c for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:54:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqj9-0004Yy-SF for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:54:32 -0400 Date: Tue, 18 Mar 2014 10:54:24 +0100 From: Kevin Wolf Message-ID: <20140318095424.GI4607@noname.str.redhat.com> References: <1395045453-15006-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395045453-15006-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCH for-2.0] block/nfs: bump libnfs requirement to 1.9.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: ronniesahlberg@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com Am 17.03.2014 um 09:37 hat Peter Lieven geschrieben: > libnfs prior to 1.9.3 contains a bug that will report > wrong transfer sizes if the file offset grows beyond 4GB > and RPC responses are received out of order. this > error is not detectable and fixable in qemu. > > additionally 1.9.3 introcudes support for handling short Fixed while applying: s/introcudes/introduces/ > read/writes in general and takes care of the necessary > retransmissions internally. > > Signed-off-by: Peter Lieven Thanks, applied to the block branch for qemu 2.0. Kevin