Re: [Qemu-block] [PATCH v6 2/2] qapi: add block latency histogram interface

2018-03-12 Thread Vladimir Sementsov-Ogievskiy
11.03.2018 06:20, Eric Blake wrote: On 03/09/2018 10:52 AM, Vladimir Sementsov-Ogievskiy wrote: Set (and clear) histogram through new command block-latency-histogram-set and show new statistics in query-blockstats results. Signed-off-by: Vladimir Sementsov-Ogievskiy ---   qapi/block-core.json

Re: [Qemu-block] [PATCH v6 2/2] qapi: add block latency histogram interface

2018-03-10 Thread Eric Blake
On 03/09/2018 10:52 AM, Vladimir Sementsov-Ogievskiy wrote: Set (and clear) histogram through new command block-latency-histogram-set and show new statistics in query-blockstats results. Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block-core.json | 111 +++

[Qemu-block] [PATCH v6 2/2] qapi: add block latency histogram interface

2018-03-09 Thread Vladimir Sementsov-Ogievskiy
Set (and clear) histogram through new command block-latency-histogram-set and show new statistics in query-blockstats results. Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block-core.json | 111 ++- block/qapi.c | 41 ++