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 v2 0/6] plugins/next (lockstep, api, hwprofile)
Date: Wed, 10 Jun 2020 16:55:03 +0100 [thread overview]
Message-ID: <20200610155509.12850-1-alex.bennee@linaro.org> (raw)
Hi,
This is the current plugins/next queue. The main changes are:
- cputlb corruption workaround now just saves data ahead of io_writex
- tweak to format of virtio-pci naming
- the hwaddr device name now returns a g_intern_string()
- bunch of extra features to hwprofile
The question of if we should expose mr->name is still an open one. My
alternate suggestion of sticking to explicitly -device with id=
entries met with crickets so I would welcome other thoughts.
The following are still missing reviews:
- cputlb: ensure we save the IOTLB data in case of reset
- plugins: new lockstep plugin for debugging TCG changes
Alex Bennée (5):
plugins: new lockstep plugin for debugging TCG changes
cputlb: ensure we save the IOTLB data in case of reset
hw/virtio/pci: include vdev name in registered PCI sections
plugins: add API to return a name for a IO device
plugins: new hwprofile plugin
Vladimir Sementsov-Ogievskiy (1):
iotests: 194: wait migration completion on target too
include/qemu/qemu-plugin.h | 6 +
accel/tcg/cputlb.c | 63 ++++++-
hw/virtio/virtio-pci.c | 22 ++-
plugins/api.c | 20 +++
tests/plugin/hwprofile.c | 305 +++++++++++++++++++++++++++++++++
tests/plugin/lockstep.c | 340 +++++++++++++++++++++++++++++++++++++
tests/plugin/Makefile | 2 +
tests/qemu-iotests/194 | 10 ++
tests/qemu-iotests/194.out | 5 +
tests/tcg/Makefile.target | 9 +-
10 files changed, 771 insertions(+), 11 deletions(-)
create mode 100644 tests/plugin/hwprofile.c
create mode 100644 tests/plugin/lockstep.c
--
2.20.1
next reply other threads:[~2020-06-10 15:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-10 15:55 Alex Bennée [this message]
2020-06-10 15:55 ` [PATCH v2 1/6] iotests: 194: wait migration completion on target too Alex Bennée
2020-06-10 16:38 ` Alex Bennée
2020-06-10 15:55 ` [PATCH v2 2/6] plugins: new lockstep plugin for debugging TCG changes Alex Bennée
2020-06-11 17:04 ` Robert Foley
2020-06-10 15:55 ` [PATCH v2 3/6] cputlb: ensure we save the IOTLB data in case of reset Alex Bennée
2020-06-21 20:33 ` Emilio G. Cota
2020-06-22 9:02 ` Alex Bennée
2020-06-23 1:54 ` Emilio G. Cota
2020-06-10 15:55 ` [PATCH v2 4/6] hw/virtio/pci: include vdev name in registered PCI sections Alex Bennée
2020-06-10 15:55 ` [PATCH v2 5/6] plugins: add API to return a name for a IO device Alex Bennée
2020-06-10 15:55 ` [PATCH v2 6/6] 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=20200610155509.12850-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).