From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: eblake@redhat.com, armbru@redhat.com, mreitz@redhat.com,
kwolf@redhat.com, den@openvz.org, vsementsov@virtuozzo.com,
nshirokovskiy@virtuozzo.com
Subject: [Qemu-devel] [PATCH v5 0/2] block latency histogram
Date: Fri, 9 Mar 2018 19:02:22 +0300 [thread overview]
Message-ID: <20180309160224.78821-1-vsementsov@virtuozzo.com> (raw)
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
next reply other threads:[~2018-03-09 16:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-09 16:02 Vladimir Sementsov-Ogievskiy [this message]
2018-03-09 16:02 ` [Qemu-devel] [PATCH v5 1/2] block/accounting: introduce latency histogram Vladimir Sementsov-Ogievskiy
2018-03-09 16:02 ` [Qemu-devel] [PATCH v5 2/2] qapi: add block latency histogram interface Vladimir Sementsov-Ogievskiy
2018-03-09 16:16 ` [Qemu-devel] [PATCH v5 0/2] block latency histogram no-reply
2018-03-09 16:17 ` no-reply
2018-03-09 16:19 ` no-reply
2018-03-09 16:45 ` no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180309160224.78821-1-vsementsov@virtuozzo.com \
--to=vsementsov@virtuozzo.com \
--cc=armbru@redhat.com \
--cc=den@openvz.org \
--cc=eblake@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=nshirokovskiy@virtuozzo.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).