qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] linux-user/nios2: Fix clone and sigreturn
@ 2022-03-20 16:00 Richard Henderson
  2022-03-20 16:00 ` [PATCH 1/7] linux-user/nios2: Fix clone child return Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Richard Henderson @ 2022-03-20 16:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, laurent

These two syscalls are the reason that the generic linux-user
tests were failing, which allows us to re-enable the tests.


r~


Richard Henderson (7):
  linux-user/nios2: Fix clone child return
  linux-user/nios2: Drop syscall 0 "workaround"
  linux-user/nios2: Adjust error return
  linux-user/nios2: Handle special qemu syscall return values
  linux-user/nios2: Remove do_sigreturn
  linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
  tests/tcg/nios2: Re-enable linux-user tests

 linux-user/nios2/target_cpu.h   |  1 +
 linux-user/nios2/cpu_loop.c     | 29 ++++++++++++++++++++---------
 linux-user/nios2/signal.c       | 17 +++--------------
 tests/tcg/nios2/Makefile.target | 11 -----------
 4 files changed, 24 insertions(+), 34 deletions(-)
 delete mode 100644 tests/tcg/nios2/Makefile.target

-- 
2.25.1



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

end of thread, other threads:[~2022-03-25 19:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20 16:00 [PATCH 0/7] linux-user/nios2: Fix clone and sigreturn Richard Henderson
2022-03-20 16:00 ` [PATCH 1/7] linux-user/nios2: Fix clone child return Richard Henderson
2022-03-25 11:49   ` Peter Maydell
2022-03-25 15:33     ` Richard Henderson
2022-03-20 16:00 ` [PATCH 2/7] linux-user/nios2: Drop syscall 0 "workaround" Richard Henderson
2022-03-25 11:50   ` Peter Maydell
2022-03-20 16:00 ` [PATCH 3/7] linux-user/nios2: Adjust error return Richard Henderson
2022-03-25 12:12   ` Peter Maydell
2022-03-25 13:37     ` Peter Maydell
2022-03-25 18:55       ` Richard Henderson
2022-03-20 16:00 ` [PATCH 4/7] linux-user/nios2: Handle special qemu syscall return values Richard Henderson
2022-03-25 12:13   ` Peter Maydell
2022-03-20 16:00 ` [PATCH 5/7] linux-user/nios2: Remove do_sigreturn Richard Henderson
2022-03-25 12:14   ` Peter Maydell
2022-03-20 16:00 ` [PATCH 6/7] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn Richard Henderson
2022-03-25 12:16   ` Peter Maydell
2022-03-25 19:09     ` Richard Henderson
2022-03-20 16:00 ` [PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests Richard Henderson
2022-03-25 12:16   ` Peter Maydell

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).