Re: [Qemu-devel] [PATCH RESEND 11/50] block: Move BlockAcctStats into BlockBackend

2015-01-27 Thread Eric Blake
[replies to earlier patches in the other thread; moving the rest of my review here for the sake of improved cc] On 01/27/2015 12:45 PM, Max Reitz wrote: > As the comment above bdrv_get_stats() says, BlockAcctStats is something > which belongs to the device instead of each BlockDriverState. This pa

[Qemu-devel] [PATCH RESEND 11/50] block: Move BlockAcctStats into BlockBackend

2015-01-27 Thread Max Reitz
As the comment above bdrv_get_stats() says, BlockAcctStats is something which belongs to the device instead of each BlockDriverState. This patch therefore moves it into the BlockBackend. Signed-off-by: Max Reitz --- block.c | 11 --- block/block-backend.c | 5 -