From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: keithp@keithp.com, qemu-arm@nongnu.org,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH v3 0/6] semihosting read console support
Date: Wed, 8 Jan 2020 15:02:46 +0000 [thread overview]
Message-ID: <20200108150252.6216-1-alex.bennee@linaro.org> (raw)
Hi,
No major changes from the previous version except some tweaking of the
tests to exercise both thumb and arm modes. There is a minor
refactoring so the __semi_call helper can be re-used. I'm planning on
sending the PR in with my gdbstub fixes later this week.
The following patches need review
05 - tests tcg extract __semi_call into a header and e
06 - tests tcg add user version of dumb as bricks semi
Alex Bennée (5):
target/arm: remove unused EXCP_SEMIHOST leg
target/arm: only update pc after semihosting completes
tests/tcg: add a dumb-as-bricks semihosting console test
tests/tcg: extract __semi_call into a header and expand
tests/tcg: add user version of dumb-as-bricks semiconsole test
Keith Packard (1):
semihosting: add qemu_semihosting_console_inc for SYS_READC
include/hw/semihosting/console.h | 16 +++++
include/hw/semihosting/semihost.h | 4 ++
tests/tcg/arm/semicall.h | 35 ++++++++++
hw/semihosting/console.c | 79 +++++++++++++++++++++++
linux-user/aarch64/cpu_loop.c | 1 +
linux-user/arm/cpu_loop.c | 1 +
linux-user/arm/semihost.c | 27 ++++++++
stubs/semihost.c | 4 ++
target/arm/arm-semi.c | 3 +-
target/arm/helper.c | 8 +--
target/arm/m_helper.c | 1 +
target/arm/translate-a64.c | 2 +-
target/arm/translate.c | 6 +-
tests/tcg/aarch64/system/semiconsole.c | 38 +++++++++++
tests/tcg/arm/semiconsole.c | 27 ++++++++
tests/tcg/arm/semihosting.c | 21 +-----
vl.c | 3 +
tests/tcg/aarch64/Makefile.softmmu-target | 9 ++-
tests/tcg/aarch64/Makefile.target | 7 ++
tests/tcg/arm/Makefile.target | 28 ++++++++
20 files changed, 287 insertions(+), 33 deletions(-)
create mode 100644 tests/tcg/arm/semicall.h
create mode 100644 tests/tcg/aarch64/system/semiconsole.c
create mode 100644 tests/tcg/arm/semiconsole.c
--
2.20.1
next reply other threads:[~2020-01-08 15:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-08 15:02 Alex Bennée [this message]
2020-01-08 15:02 ` [PATCH v3 1/6] target/arm: remove unused EXCP_SEMIHOST leg Alex Bennée
2020-01-08 15:02 ` [PATCH v3 2/6] target/arm: only update pc after semihosting completes Alex Bennée
2020-01-08 15:02 ` [PATCH v3 3/6] semihosting: add qemu_semihosting_console_inc for SYS_READC Alex Bennée
2020-01-08 15:02 ` [PATCH v3 4/6] tests/tcg: add a dumb-as-bricks semihosting console test Alex Bennée
2020-01-08 15:02 ` [PATCH v3 5/6] tests/tcg: extract __semi_call into a header and expand Alex Bennée
2020-01-08 20:48 ` Richard Henderson
2020-01-08 15:02 ` [PATCH v3 6/6] tests/tcg: add user version of dumb-as-bricks semiconsole test Alex Bennée
2020-01-08 19:55 ` Alex Bennée
2020-01-08 20:56 ` 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=20200108150252.6216-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=keithp@keithp.com \
--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).