From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY4Df-0005MC-NF for qemu-devel@nongnu.org; Mon, 22 Feb 2016 23:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY4Df-00082U-0e for qemu-devel@nongnu.org; Mon, 22 Feb 2016 23:05:03 -0500 Date: Mon, 22 Feb 2016 23:04:56 -0500 From: Jeff Cody Message-ID: <20160223040456.GA23671@localhost.localdomain> References: <1450451066-13335-1-git-send-email-mreitz@redhat.com> <56CB47E4.9090801@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56CB47E4.9090801@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] block/vhdx: Small cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org, qemu-block@nongnu.org On Mon, Feb 22, 2016 at 06:39:48PM +0100, Max Reitz wrote: > On 18.12.2015 16:04, Max Reitz wrote: > > Just some bits I discovered while going through the Coverity report. > > > > (The issue reported by Coverity actually was not an issue.) > > > > > > Max Reitz (2): > > vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries() > > vhdx: Simplify vhdx_set_shift_bits() > > > > block/vhdx.c | 18 ++++++------------ > > 1 file changed, 6 insertions(+), 12 deletions(-) > > Ping > Thanks, applied to my block branch Jeff