Re: [Qemu-devel] [PATCHv3 1/6] block: add accounting for merged requests

2014-10-28 Thread Stefan Hajnoczi
On Sat, Oct 25, 2014 at 06:55:48PM +0200, Peter Lieven wrote: > diff --git a/block/accounting.c b/block/accounting.c > index edbb1cc..f3162d1 100644 > --- a/block/accounting.c > +++ b/block/accounting.c > @@ -52,3 +52,10 @@ void block_acct_highest_sector(BlockAcctStats *stats, > int64_t sector_num

Re: [Qemu-devel] [PATCHv3 1/6] block: add accounting for merged requests

2014-10-27 Thread Max Reitz
On 2014-10-25 at 18:55, Peter Lieven wrote: Signed-off-by: Peter Lieven --- block.c|2 ++ block/accounting.c |7 +++ block/qapi.c |1 + hmp.c |4 +++- include/block/accounting.h |3 +++ qapi/block-core.

[Qemu-devel] [PATCHv3 1/6] block: add accounting for merged requests

2014-10-25 Thread Peter Lieven
Signed-off-by: Peter Lieven --- block.c|2 ++ block/accounting.c |7 +++ block/qapi.c |1 + hmp.c |4 +++- include/block/accounting.h |3 +++ qapi/block-core.json |7 ++- 6 files changed, 22 inser