On Tue, Sep 09, 2014 at 11:56:28AM +0200, Kevin Wolf wrote:
> Am 05.09.2014 um 15:46 hat Benoît Canet geschrieben:
> > With the need to add new statistics it's better to modularize asap the I/O
> > block accounting code.
> >
> > This series takes care of extracting this code and making it independ
Am 05.09.2014 um 15:46 hat Benoît Canet geschrieben:
> With the need to add new statistics it's better to modularize asap the I/O
> block accounting code.
>
> This series takes care of extracting this code and making it independant of
> the
> BlockDriverState structure.
>
> Compile tested and ba
With the need to add new statistics it's better to modularize asap the I/O
block accounting code.
This series takes care of extracting this code and making it independant of the
BlockDriverState structure.
Compile tested and basically runtime tested excepted for the xen_disk.c backend.
Best rega