From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PATCH v2 0/3] target/arm: SB and PredInv extensions
Date: Wed, 27 Feb 2019 18:24:12 -0800 [thread overview]
Message-ID: <20190228022415.27878-1-richard.henderson@linaro.org> (raw)
Changes since v2:
* Rebase on master, cherry-picking one required patch from
the ARMv8.5-MemTag patch set.
* Use the same form of TB exit for SB as for ISB.
* Rename all the bits related to PredInv.
* Fix registration for PredInv cache flush special regs,
and spell out why in a comment.
r~
Richard Henderson (3):
target/arm: Split out arm_sctlr
target/arm: Implement ARMv8.0-SB
target/arm: Implement ARMv8.0-PredRes
target/arm/cpu.h | 49 ++++++++++++++++++++++-------
linux-user/elfload.c | 1 +
target/arm/cpu.c | 2 ++
target/arm/cpu64.c | 4 +++
target/arm/helper.c | 63 ++++++++++++++++++++++++++++++++++----
target/arm/translate-a64.c | 14 +++++++++
target/arm/translate.c | 22 +++++++++++++
7 files changed, 138 insertions(+), 17 deletions(-)
--
2.17.2
next reply other threads:[~2019-02-28 2:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-28 2:24 Richard Henderson [this message]
2019-02-28 2:24 ` [Qemu-devel] [PATCH v2 1/3] target/arm: Split out arm_sctlr Richard Henderson
2019-02-28 2:24 ` [Qemu-devel] [PATCH v2 2/3] target/arm: Implement ARMv8.0-SB Richard Henderson
2019-02-28 2:24 ` [Qemu-devel] [PATCH v2 3/3] target/arm: Implement ARMv8.0-PredRes Richard Henderson
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=20190228022415.27878-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=peter.maydell@linaro.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).