[Qemu-devel] [PATCH v3 0/4] semihosting fixes

Alex Bennée posted 4 patches 4 years, 6 months ago
Test docker-clang@ubuntu failed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190906124706.19145-1-alex.bennee@linaro.org
accel/tcg/atomic_template.h |  2 +-
target/arm/helper.c         | 96 +++++++++----------------------------
target/arm/m_helper.c       | 18 +++----
target/arm/translate.c      | 30 ++++++++++--
4 files changed, 54 insertions(+), 92 deletions(-)
[Qemu-devel] [PATCH v3 0/4] semihosting fixes
Posted by Alex Bennée 4 years, 6 months ago
Hi Peter,

I've re-based and re-tested on the post-decodetree changes. In the end
I merged the A32/T32 patches and dropped Richard's r-b as the code has
changed a bit.

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

Emilio G. Cota (1):
  atomic_template: fix indentation in GEN_ATOMIC_HELPER

 accel/tcg/atomic_template.h |  2 +-
 target/arm/helper.c         | 96 +++++++++----------------------------
 target/arm/m_helper.c       | 18 +++----
 target/arm/translate.c      | 30 ++++++++++--
 4 files changed, 54 insertions(+), 92 deletions(-)

-- 
2.20.1