From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZErn-00029Z-2m for qemu-devel@nongnu.org; Mon, 15 Aug 2016 06:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZErm-0007ag-9o for qemu-devel@nongnu.org; Mon, 15 Aug 2016 06:11:34 -0400 Date: Mon, 15 Aug 2016 12:11:28 +0200 From: Kevin Wolf Message-ID: <20160815101128.GD6024@noname.str.redhat.com> References: <20160808134400.GC25992@noname.str.redhat.com> <20160815093922.8924-1-pbutsykin@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160815093922.8924-1-pbutsykin@virtuozzo.com> Subject: Re: [Qemu-devel] [PATCH] qcow2: fix iovec size at qcow2_co_pwritev_compressed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Butsykin Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, jcody@redhat.com, armbru@redhat.com, eblake@redhat.com, jsnow@redhat.com, stefanha@redhat.com, den@openvz.org Am 15.08.2016 um 11:39 hat Pavel Butsykin geschrieben: > Use bytes as the size would be more exact than s->cluster_size. Although > qemu_iovec_to_buf() will not allow to go beyond the qiov. > > Signed-off-by: Pavel Butsykin Thanks, applied to block-next. Kevin