qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] target/s390x: Implement STCK et al for CONFIG_USER_ONLY
@ 2019-02-09  6:31 Richard Henderson
  2019-02-09  6:31 ` [Qemu-devel] [PATCH v2 1/2] target/s390x: Split out s390-tod.h Richard Henderson
  2019-02-09  6:31 ` [Qemu-devel] [PATCH v2 2/2] This is a non-privileged instruction that was only implemented for system mode. However, the stck instruction is used by glibc, so this was causing SIGILL for programs run under debian stretch Richard Henderson
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Henderson @ 2019-02-09  6:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-s390x, thuth

Changes since v1:
  * Move more of hw/s390x/tod.h to a new header.
  * Use time2tod.


r~


Richard Henderson (2):
  target/s390x: Split out s390-tod.h
  This is a non-privileged instruction that was only implemented for
    system mode.  However, the stck instruction is used by glibc, so
    this was causing SIGILL for programs run under debian stretch.

 include/hw/s390x/tod.h     | 16 +---------------
 target/s390x/helper.h      |  2 +-
 target/s390x/s390-tod.h    | 29 +++++++++++++++++++++++++++++
 target/s390x/misc_helper.c | 34 ++++++++++++++++++++++------------
 target/s390x/translate.c   |  2 ++
 target/s390x/insn-data.def | 11 ++++++-----
 6 files changed, 61 insertions(+), 33 deletions(-)
 create mode 100644 target/s390x/s390-tod.h

-- 
2.17.2

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

end of thread, other threads:[~2019-02-11  9:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-09  6:31 [Qemu-devel] [PATCH v2 0/2] target/s390x: Implement STCK et al for CONFIG_USER_ONLY Richard Henderson
2019-02-09  6:31 ` [Qemu-devel] [PATCH v2 1/2] target/s390x: Split out s390-tod.h Richard Henderson
2019-02-09  6:41   ` Thomas Huth
2019-02-10 10:33   ` [Qemu-devel] [qemu-s390x] " David Hildenbrand
2019-02-09  6:31 ` [Qemu-devel] [PATCH v2 2/2] This is a non-privileged instruction that was only implemented for system mode. However, the stck instruction is used by glibc, so this was causing SIGILL for programs run under debian stretch Richard Henderson
2019-02-09  6:45   ` Thomas Huth
2019-02-10 10:50   ` [Qemu-devel] [qemu-s390x] " David Hildenbrand
2019-02-11  9:54   ` Cornelia Huck

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