qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/2] block latency histogram
@ 2018-03-09 16:52 Vladimir Sementsov-Ogievskiy
  2018-03-09 16:52 ` [Qemu-devel] [PATCH v6 1/2] block/accounting: introduce " Vladimir Sementsov-Ogievskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2018-03-09 16:52 UTC (permalink / raw)
  To: qemu-devel, qemu-block
  Cc: eblake, armbru, mreitz, kwolf, den, vsementsov, nshirokovskiy

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:

- semantics, naming and wording changed a lot
- x prefixes added to new qapi names
- bug fixed about calculation of new_size (new_nbins now)
- drop g_renew
- in _clear() set nbinst to zero too

v2:

01: add block_latency_histogram_clear()
02: fix spelling (sorry =()
    some rewordings
    remove histogram if latency parameter unspecified

Vladimir Sementsov-Ogievskiy (2):
  block/accounting: introduce latency histogram
  qapi: add block latency histogram interface

 qapi/block-core.json       | 111 ++++++++++++++++++++++++++++++++++++++++++++-
 include/block/accounting.h |  35 ++++++++++++++
 block/accounting.c         |  91 +++++++++++++++++++++++++++++++++++++
 block/qapi.c               |  41 +++++++++++++++++
 blockdev.c                 |  43 ++++++++++++++++++
 5 files changed, 320 insertions(+), 1 deletion(-)

-- 
2.11.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-12 12:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09 16:52 [Qemu-devel] [PATCH v6 0/2] block latency histogram Vladimir Sementsov-Ogievskiy
2018-03-09 16:52 ` [Qemu-devel] [PATCH v6 1/2] block/accounting: introduce " Vladimir Sementsov-Ogievskiy
2018-03-11  3:10   ` Eric Blake
2018-03-09 16:52 ` [Qemu-devel] [PATCH v6 2/2] qapi: add block latency histogram interface Vladimir Sementsov-Ogievskiy
2018-03-11  3:20   ` Eric Blake
2018-03-12  8:18     ` Vladimir Sementsov-Ogievskiy
2018-03-11  3:27 ` [Qemu-devel] [PATCH v6 0/2] block latency histogram Eric Blake
2018-03-12 12:31 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).