On Fri, Mar 09, 2018 at 07:52:10PM +0300, Vladimir Sementsov-Ogievskiy wrote:
> v6:
>
> Use correct header qapi/qapi-builtin-types.h, to fix build again.
> Sorry for spam =(
>
>
> v5:
>
> Revert to v3 and just add qapi-types.h header.
>
>
> v4:
>
> Move block_latency_histogram_set from block
On 03/09/2018 10:52 AM, Vladimir Sementsov-Ogievskiy wrote:
v6:
Use correct header qapi/qapi-builtin-types.h, to fix build again.
Sorry for spam =(
Vladimir Sementsov-Ogievskiy (2):
block/accounting: introduce latency histogram
qapi: add block latency histogram interface
This touche
v6:
Use correct header qapi/qapi-builtin-types.h, to fix build again.
Sorry for spam =(
v5:
Revert to v3 and just add qapi-types.h header.
v4:
Move block_latency_histogram_set from block/accounting.c to
blockdev.c, as it uses qapi type uint64List and this fact breaks
build.
v3:
- semantic