From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8PkW-0000pu-Jl for qemu-devel@nongnu.org; Thu, 02 Jun 2016 06:21:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8PkU-0005lT-OC for qemu-devel@nongnu.org; Thu, 02 Jun 2016 06:21:11 -0400 Date: Thu, 2 Jun 2016 12:20:59 +0200 From: Kevin Wolf Message-ID: <20160602102059.GB6867@noname.redhat.com> References: <1464234529-13018-1-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464234529-13018-1-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/5] qcow2_co_write_zeroes and related improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, den@openvz.org Am 26.05.2016 um 05:48 hat Eric Blake geschrieben: > This series improves write_zeroes for qcow2 > > Since the work conflicts with my proposed patches to switch > write_zeroes to a byte-base interface, I figured I'd fix the > bugs and get this part nailed first, then rebase my other > work on top, rather than making Denis have to do the dirty work. Thanks, applied to the block branch. Kevin