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/5] plugins/next
Date: Fri, 7 Feb 2020 15:01:13 +0000 [thread overview]
Message-ID: <20200207150118.23007-1-alex.bennee@linaro.org> (raw)
Hi,
A few bits and pieces for plugin cleanup. The most major thing in this
series is tweaking the riscv decoder to only load the instruction
bytes it needs.
Alex Bennée (3):
docs/devel: document query handle lifetimes
target/riscv: progressively load the instruction during decode
tests/plugins: make howvec clean-up after itself.
Chen Qun (1):
tests/plugin: prevent uninitialized warning
Emilio G. Cota (1):
plugins/core: add missing break in cb_to_tcg_flags
docs/devel/tcg-plugins.rst | 13 +++++++++++--
plugins/core.c | 1 +
target/riscv/translate.c | 39 +++++++++++++++++++-------------------
tests/plugin/bb.c | 6 +++---
tests/plugin/howvec.c | 12 +++++++++++-
tests/plugin/insn.c | 3 +--
6 files changed, 47 insertions(+), 27 deletions(-)
--
2.20.1
next reply other threads:[~2020-02-07 15:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-07 15:01 Alex Bennée [this message]
2020-02-07 15:01 ` [PATCH v1 1/5] docs/devel: document query handle lifetimes Alex Bennée
2020-02-07 16:38 ` Robert Foley
2020-02-09 18:20 ` Richard Henderson
2020-02-07 15:01 ` [PATCH v1 2/5] plugins/core: add missing break in cb_to_tcg_flags Alex Bennée
2020-02-11 17:56 ` Richard Henderson
2020-02-07 15:01 ` [PATCH v1 3/5] tests/plugin: prevent uninitialized warning Alex Bennée
2020-02-11 17:57 ` Richard Henderson
2020-02-07 15:01 ` [PATCH v1 4/5] target/riscv: progressively load the instruction during decode Alex Bennée
2020-02-07 16:33 ` Robert Foley
2020-02-07 16:47 ` Alex Bennée
2020-02-11 18:00 ` Richard Henderson
2020-02-07 15:01 ` [PATCH v1 5/5] tests/plugins: make howvec clean-up after itself Alex Bennée
2020-02-10 19:34 ` Robert Foley
2020-02-11 18:01 ` Richard Henderson
2020-02-07 20:55 ` [PATCH v1 0/5] plugins/next no-reply
2020-02-07 21:27 ` 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=20200207150118.23007-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).