From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRIyh-0000nh-5x for qemu-devel@nongnu.org; Tue, 09 Sep 2014 06:48:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRIya-0002rq-1A for qemu-devel@nongnu.org; Tue, 09 Sep 2014 06:48:51 -0400 Received: from dew.nodalink.com ([95.130.14.197]:43057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRIyZ-0002rg-RD for qemu-devel@nongnu.org; Tue, 09 Sep 2014 06:48:43 -0400 Date: Tue, 9 Sep 2014 10:48:41 +0000 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140909104841.GA3656@nodalink.com> References: <1409924778-29424-1-git-send-email-benoit.canet@nodalink.com> <20140909095628.GG4847@noname.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20140909095628.GG4847@noname.str.redhat.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: Kevin Wolf Cc: qemu-devel@nongnu.org, =?iso-8859-1?Q?Beno=EEt?= Canet On Tue, Sep 09, 2014 at 11:56:28AM +0200, Kevin Wolf wrote: > 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 th= e I/O > > block accounting code. > >=20 > > This series takes care of extracting this code and making it independ= ant 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 BlockAcctStat= s >=20 > Thanks, applied all to the block branch. Thanks, >=20 > 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? Yes sure, >=20 > Kevin