qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Fixes for hppa-linux-user
@ 2017-03-11  3:42 Richard Henderson
  2017-03-11  3:42 ` [Qemu-devel] [PATCH 1/3] linux-user: Restrict usage of sa_restorer Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Richard Henderson @ 2017-03-11  3:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, riku.voipio, deller

The primary motivator here is in the third patch, allowing any
threads to be created.  Previously I had written off crashes
using threads as lack of MTTCG support without really digging
into it deeper.  Ho hum.

But in the process of looking for the root cause, Helge found
two other things that are incorrect for hppa.

For the purposes of 2.10, I believe the first patch is the way
forward.  However, if desired, in the interest of stage1-ness,
I'm willing to rewrite the first patch to use ifdef TARGET_HPPA,
and so not affect other targets.


r~


Helge Deller (1):
  linux-user: Fix TARGET_SA_* defines for HPPA

Richard Henderson (2):
  linux-user: Restrict usage of sa_restorer
  target/hppa: Fix cpu_clone_regs

 linux-user/hppa/target_cpu.h |  4 ++++
 linux-user/signal.c          |  4 ++--
 linux-user/syscall_defs.h    | 21 +++++++++++++++++++++
 3 files changed, 27 insertions(+), 2 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-03-11 22:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11  3:42 [Qemu-devel] [PATCH 0/3] Fixes for hppa-linux-user Richard Henderson
2017-03-11  3:42 ` [Qemu-devel] [PATCH 1/3] linux-user: Restrict usage of sa_restorer Richard Henderson
2017-03-11 18:28   ` Laurent Vivier
2017-03-11 21:02     ` Richard Henderson
2017-03-11 22:39       ` Richard Henderson
2017-03-11  3:42 ` [Qemu-devel] [PATCH 2/3] linux-user: Fix TARGET_SA_* defines for HPPA Richard Henderson
2017-03-11  9:14   ` Helge Deller
2017-03-11 14:14   ` Laurent Vivier
2017-03-11  3:42 ` [Qemu-devel] [PATCH 3/3] target/hppa: Fix cpu_clone_regs Richard Henderson

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