From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiLTW-0005Lv-Ax for qemu-devel@nongnu.org; Wed, 15 Apr 2015 07:27:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiLTS-0004ok-Tr for qemu-devel@nongnu.org; Wed, 15 Apr 2015 07:27:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiLTS-0004oa-PZ for qemu-devel@nongnu.org; Wed, 15 Apr 2015 07:27:18 -0400 Date: Wed, 15 Apr 2015 07:27:15 -0400 From: Jeff Cody Message-ID: <20150415112715.GB2952@localhost.localdomain> References: <552897D1.7020300@suse.de> <20150414095735.GC4824@noname.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150414095735.GC4824@noname.redhat.com> Subject: Re: [Qemu-devel] Failing iotests in v2.3.0-rc2 / master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Peter Maydell , Andreas =?iso-8859-1?Q?F=E4rber?= , Stefan Hajnoczi , qemu-devel On Tue, Apr 14, 2015 at 11:57:35AM +0200, Kevin Wolf wrote: [snip] > --- a/block/vhdx.c > +++ b/block/vhdx.c > @@ -1285,7 +1285,7 @@ static coroutine_fn int vhdx_co_writev(BlockDriverState *bs, int64_t sector_num, > iov2.iov_base = qemu_blockalign(bs, iov2.iov_len); > memset(iov2.iov_base, 0, iov2.iov_len); > qemu_iovec_concat_iov(&hd_qiov, &iov2, 1, 0, > - sinfo.block_offset); > + iov2.iov_len); > sectors_to_write += iov2.iov_len >> BDRV_SECTOR_BITS; > } > } acked-by: Jeff Cody