From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b87d1-0003H7-Hs for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b87cy-0000PV-C6 for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:00:15 -0400 Date: Wed, 1 Jun 2016 10:59:59 -0400 From: Jeff Cody Message-ID: <20160601145959.GD16767@localhost.localdomain> References: <1464608864-7115-1-git-send-email-pl@kamp.de> <574DD1C3.2040100@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <574DD1C3.2040100@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block/nfs: Implement .bdrv_co_preadv/pwritev interfaces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Peter Lieven , qemu-block@nongnu.org, famz@redhat.com, qemu-devel@nongnu.org, ronniesahlberg@gmail.com On Tue, May 31, 2016 at 12:02:43PM -0600, Eric Blake wrote: > On 05/30/2016 05:47 AM, Peter Lieven wrote: > > the libnfs read and write functions already take byte arguments > > so thats an easy change. > > s/thats/that's/ > I'll fix that up when applying > > > > Signed-off-by: Peter Lieven > > --- > > block/nfs.c | 40 +++++++++++++++++++--------------------- > > 1 file changed, 19 insertions(+), 21 deletions(-) > > > > Reviewed-by: Eric Blake > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org >