[PATCH v2 0/7] linux-user: nios2 fixes

Richard Henderson posted 7 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211221025012.1057923-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>, Marek Vasut <marex@denx.de>, Chris Wulff <crwulff@gmail.com>
target/nios2/cpu.h          |  2 +-
linux-user/elfload.c        | 66 ++++++++++++++++++++++----
linux-user/nios2/cpu_loop.c | 93 +++++++++++++++++++------------------
linux-user/nios2/signal.c   | 56 +++++++++-------------
linux-user/signal.c         |  2 -
target/nios2/translate.c    | 26 +++++++----
6 files changed, 146 insertions(+), 99 deletions(-)
[PATCH v2 0/7] linux-user: nios2 fixes
Posted by Richard Henderson 2 years, 4 months ago
Fixes syscalls and signals for nios2.
Works with the docker cross-compile toolchain that has been committed.

r~

Richard Henderson (7):
  linux-user/nios2: Properly emulate EXCP_TRAP
  linux-user/nios2: Fixes for signal frame setup
  linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE
  linux-user/nios2: Map a real kuser page
  linux-user/nios2: Fix EA vs PC confusion
  linux-user/nios2: Fix sigmask in setup_rt_frame
  linux-user/nios2: Use set_sigmask in do_rt_sigreturn

 target/nios2/cpu.h          |  2 +-
 linux-user/elfload.c        | 66 ++++++++++++++++++++++----
 linux-user/nios2/cpu_loop.c | 93 +++++++++++++++++++------------------
 linux-user/nios2/signal.c   | 56 +++++++++-------------
 linux-user/signal.c         |  2 -
 target/nios2/translate.c    | 26 +++++++----
 6 files changed, 146 insertions(+), 99 deletions(-)

-- 
2.25.1