From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: robert.foley@linaro.org, robhenry@microsoft.com,
aaron@os.amperecomputing.com, cota@braap.org,
kuhn.chenqun@huawei.com, peter.puhov@linaro.org,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH v1 0/4] current plugins/next (reorg + hwprofile)
Date: Fri, 4 Sep 2020 14:40:03 +0100 [thread overview]
Message-ID: <20200904134007.4175-1-alex.bennee@linaro.org> (raw)
Hi,
This is the current state of my plugin tree. The biggest change is a
re-organisation moving a bunch of the more complex plugins into
contrib and just concentrating on the basic plugins for running the
tests. In the process I've updated the docs to describe what they do
in more detail. Finally the hwprofile plugin is a new plugin for
tracking HW access patterns.
Alex Bennée (4):
hw/virtio/pci: include vdev name in registered PCI sections
plugins: add API to return a name for a IO device
plugins: move the more involved plugins to contrib
plugins: new hwprofile plugin
docs/devel/tcg-plugins.rst | 176 ++++++++++
configure | 2 +
Makefile | 11 +
include/qemu/qemu-plugin.h | 6 +
{tests/plugin => contrib/plugins}/hotblocks.c | 0
{tests/plugin => contrib/plugins}/hotpages.c | 0
{tests/plugin => contrib/plugins}/howvec.c | 0
contrib/plugins/hwprofile.c | 305 ++++++++++++++++++
{tests/plugin => contrib/plugins}/lockstep.c | 0
hw/virtio/virtio-pci.c | 22 +-
plugins/api.c | 20 ++
MAINTAINERS | 1 +
contrib/plugins/Makefile | 43 +++
tests/Makefile.include | 2 +-
tests/plugin/meson.build | 4 +-
tests/tcg/Makefile.target | 3 +-
16 files changed, 582 insertions(+), 13 deletions(-)
rename {tests/plugin => contrib/plugins}/hotblocks.c (100%)
rename {tests/plugin => contrib/plugins}/hotpages.c (100%)
rename {tests/plugin => contrib/plugins}/howvec.c (100%)
create mode 100644 contrib/plugins/hwprofile.c
rename {tests/plugin => contrib/plugins}/lockstep.c (100%)
create mode 100644 contrib/plugins/Makefile
--
2.20.1
next reply other threads:[~2020-09-04 13:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-04 13:40 Alex Bennée [this message]
2020-09-04 13:40 ` [PATCH v1 1/4] hw/virtio/pci: include vdev name in registered PCI sections Alex Bennée
2020-09-04 13:40 ` [PATCH v1 2/4] plugins: add API to return a name for a IO device Alex Bennée
2020-09-04 15:55 ` Richard Henderson
2020-09-04 16:27 ` Alex Bennée
2020-09-04 13:40 ` [PATCH v1 3/4] plugins: move the more involved plugins to contrib Alex Bennée
2020-09-04 13:40 ` [PATCH v1 4/4] plugins: new hwprofile plugin Alex Bennée
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=20200904134007.4175-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=aaron@os.amperecomputing.com \
--cc=cota@braap.org \
--cc=kuhn.chenqun@huawei.com \
--cc=peter.puhov@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=robert.foley@linaro.org \
--cc=robhenry@microsoft.com \
/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).