From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRIAG-0000m0-Ot for qemu-devel@nongnu.org; Tue, 09 Sep 2014 05:56:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRIAA-0004W6-KH for qemu-devel@nongnu.org; Tue, 09 Sep 2014 05:56:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRIAA-0004Vx-Cv for qemu-devel@nongnu.org; Tue, 09 Sep 2014 05:56:38 -0400 Date: Tue, 9 Sep 2014 11:56:28 +0200 From: Kevin Wolf Message-ID: <20140909095628.GG4847@noname.str.redhat.com> References: <1409924778-29424-1-git-send-email-benoit.canet@nodalink.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1409924778-29424-1-git-send-email-benoit.canet@nodalink.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] Extract block accounting statistic code in it's own module List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: qemu-devel@nongnu.org Am 05.09.2014 um 15:46 hat Beno=EEt Canet geschrieben: > With the need to add new statistics it's better to modularize asap the = I/O > block accounting code. >=20 > This series takes care of extracting this code and making it independan= t of the > BlockDriverState structure. >=20 > Compile tested and basically runtime tested excepted for the xen_disk.c= backend. >=20 > Best regards >=20 > Beno=EEt >=20 > Beno=EEt Canet (4): > block: Extract the BlockAcctStats structure > block: Extract the block accounting code > block: rename BlockAcctType members to start with BLOCK_ instead of > BDRV_ > block: Make the block accounting functions operate on BlockAcctStats Thanks, applied all to the block branch. By the way, I was only CCed on the patches, but not on the cover letter. Can you please make sure to explicitly CC me for the whole series so I won't miss comments and can easier reply to the whole series? Kevin