Re: [Qemu-devel] [PATCH v6 0/2] block latency histogram

2018-03-12 Thread Stefan Hajnoczi
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

Re: [Qemu-devel] [PATCH v6 0/2] block latency histogram

2018-03-10 Thread Eric Blake
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

[Qemu-devel] [PATCH v6 0/2] block latency histogram

2018-03-09 Thread Vladimir Sementsov-Ogievskiy
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