All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v5 0/5] semihosting cleanups (plus minor tests/tcg tweak)
@ 2019-09-11 16:49 ` Alex Bennée
  0 siblings, 0 replies; 28+ messages in thread
From: Alex Bennée @ 2019-09-11 16:49 UTC (permalink / raw)
  To: peter.maydell; +Cc: qemu-devel, qemu-arm, Alex Bennée

Hi Peter,

I've restored the #ifndef CONFIG_USER_ONLY to ensure A-profile
linux-user still works. I've cleaned up the now unused linux-user code
and added a simple smoke test to make sure we don't break it my
accident. There is a tests/tcg patch at the beginning of the series
which was just fixing some obvious errors in the tests/tcg comments
which I couldn't leave untouched while I was adding the smoke test. I
can put it in my next testing PR but I'm happy enough for you to take
it through your tree if you want.

Alex Bennée (5):
  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

 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            | 27 +++++++--
 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, 120 insertions(+), 107 deletions(-)
 create mode 100644 tests/tcg/arm/semihosting.c

-- 
2.20.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2019-09-13 13:50 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-11 16:49 [PATCH v5 0/5] semihosting cleanups (plus minor tests/tcg tweak) Alex Bennée
2019-09-11 16:49 ` [Qemu-devel] " Alex Bennée
2019-09-11 16:49 ` [PATCH v5 1/5] tests/tcg: clean-up some comments after the de-tangling Alex Bennée
2019-09-11 16:49   ` [Qemu-devel] " Alex Bennée
2019-09-13 13:02   ` Peter Maydell
2019-09-13 13:02     ` [Qemu-devel] " Peter Maydell
2019-09-11 16:49 ` [PATCH v5 2/5] target/arm: handle M-profile semihosting at translate time Alex Bennée
2019-09-11 16:49   ` [Qemu-devel] " Alex Bennée
2019-09-13 13:03   ` Peter Maydell
2019-09-13 13:03     ` [Qemu-devel] " Peter Maydell
2019-09-13 13:28     ` Alex Bennée
2019-09-13 13:28       ` [Qemu-devel] " Alex Bennée
2019-09-13 13:31       ` Peter Maydell
2019-09-13 13:31         ` [Qemu-devel] " Peter Maydell
2019-09-13 13:48         ` Peter Maydell
2019-09-13 13:48           ` [Qemu-devel] " Peter Maydell
2019-09-13 13:48         ` Alex Bennée
2019-09-13 13:48           ` [Qemu-devel] " Alex Bennée
2019-09-11 16:49 ` [PATCH v5 3/5] target/arm: handle A-profile " Alex Bennée
2019-09-11 16:49   ` [Qemu-devel] " Alex Bennée
2019-09-13 13:04   ` Peter Maydell
2019-09-13 13:04     ` [Qemu-devel] " Peter Maydell
2019-09-11 16:49 ` [PATCH v5 4/5] target/arm: remove run time semihosting checks Alex Bennée
2019-09-11 16:49   ` [Qemu-devel] " Alex Bennée
2019-09-11 16:49 ` [PATCH v5 5/5] target/arm: remove run-time semihosting checks for linux-user Alex Bennée
2019-09-11 16:49   ` [Qemu-devel] " Alex Bennée
2019-09-13 13:05   ` Peter Maydell
2019-09-13 13:05     ` [Qemu-devel] " Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.