Re: [Qemu-block] [PATCH v5 1/9] qapi: group BlockDeviceStats fields

2018-11-23 Thread Vladimir Sementsov-Ogievskiy
31.10.2018 14:34, Anton Nefedov wrote: > Make the stat fields definition slightly more readable. > Also reorder total_time_ns stats read-write-flush as done elsewhere. > Cosmetic change only. > > Signed-off-by: Anton Nefedov Reviewed-by: Vladimir Sementsov-Ogievskiy > --- > qapi/block-core.j

Re: [Qemu-block] [PATCH v5 1/9] qapi: group BlockDeviceStats fields

2018-11-12 Thread Alberto Garcia
On Wed 31 Oct 2018 12:34:40 PM CET, Anton Nefedov wrote: > Make the stat fields definition slightly more readable. > Also reorder total_time_ns stats read-write-flush as done elsewhere. > Cosmetic change only. > > Signed-off-by: Anton Nefedov Reviewed-by: Alberto Garcia Berto

[Qemu-block] [PATCH v5 1/9] qapi: group BlockDeviceStats fields

2018-10-31 Thread Anton Nefedov
Make the stat fields definition slightly more readable. Also reorder total_time_ns stats read-write-flush as done elsewhere. Cosmetic change only. Signed-off-by: Anton Nefedov --- qapi/block-core.json | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git