Re: [libvirt] [PATCHv2 56/62] qemu: Report frontend stats only for the frontend entry

2018-08-17 Thread Ján Tomko
On Mon, Aug 13, 2018 at 06:00:30PM +0200, Peter Krempa wrote: When reporting stats for the backing chain some of them make sense only for the topmost entry as they are actually tied to the frontend device. We unfortunately can't change that fact, but we can stop reporting all zero stats for the b

[libvirt] [PATCHv2 56/62] qemu: Report frontend stats only for the frontend entry

2018-08-13 Thread Peter Krempa
When reporting stats for the backing chain some of them make sense only for the topmost entry as they are actually tied to the frontend device. We unfortunately can't change that fact, but we can stop reporting all zero stats for the backing chain members where they don't make any sense. Signed-of