From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: qemu-arm@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v6 0/6] semihosting cleanups (plus minor tests/tcg tweak)
Date: Fri, 13 Sep 2019 16:18:39 +0100 [thread overview]
Message-ID: <20190913151845.12582-1-alex.bennee@linaro.org> (raw)
Hi Peter,
I've restored the #ifndef CONFIG_USER_ONLY check to M-profile as well
and split the linux-user semihosting smoke check into a new commit.
Alex Bennée (6):
tests/tcg: clean-up some comments after the de-tangling
target/arm: handle M-profile semihosting at translate time
target/arm: handle A-profile semihosting at translate time
target/arm: remove run time semihosting checks
target/arm: remove run-time semihosting checks for linux-user
tests/tcg: add linux-user semihosting smoke test for ARM
linux-user/arm/cpu_loop.c | 3 -
linux-user/arm/target_syscall.h | 3 -
target/arm/helper.c | 96 +++++++------------------------
target/arm/m_helper.c | 18 ++----
target/arm/translate.c | 30 ++++++++--
tests/tcg/Makefile.target | 7 ++-
tests/tcg/aarch64/Makefile.target | 8 ++-
tests/tcg/arm/Makefile.target | 20 ++++---
tests/tcg/arm/semihosting.c | 45 +++++++++++++++
9 files changed, 123 insertions(+), 107 deletions(-)
create mode 100644 tests/tcg/arm/semihosting.c
--
2.20.1
next reply other threads:[~2019-09-13 15:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-13 15:18 Alex Bennée [this message]
2019-09-13 15:18 ` [Qemu-devel] [PATCH v6 1/6] tests/tcg: clean-up some comments after the de-tangling Alex Bennée
2019-09-13 15:18 ` [Qemu-devel] [PATCH v6 2/6] target/arm: handle M-profile semihosting at translate time Alex Bennée
2019-09-13 15:18 ` [Qemu-devel] [PATCH v6 3/6] target/arm: handle A-profile " Alex Bennée
2019-09-13 15:18 ` [Qemu-devel] [PATCH v6 4/6] target/arm: remove run time semihosting checks Alex Bennée
2019-09-13 15:18 ` [Qemu-devel] [PATCH v6 5/6] target/arm: remove run-time semihosting checks for linux-user Alex Bennée
2019-09-13 15:18 ` [Qemu-devel] [PATCH v6 6/6] tests/tcg: add linux-user semihosting smoke test for ARM Alex Bennée
2019-09-17 14:55 ` [Qemu-devel] [PATCH v6 0/6] semihosting cleanups (plus minor tests/tcg tweak) Peter Maydell
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=20190913151845.12582-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@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).