From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: cohuck@redhat.com, david@redhat.com, qemu-s390x@nongnu.org
Subject: [Qemu-devel] [PATCH for-4.0 0/2] target/s390x: Implement STCK et al for CONFIG_USER_ONLY
Date: Fri, 30 Nov 2018 11:22:14 -0800 [thread overview]
Message-ID: <20181130192216.26987-1-richard.henderson@linaro.org> (raw)
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.
r~
Richard Henderson (2):
target/s390x: Move TOD_UNIX_EPOCH to cpu.h
target/s390x: Implement STCK et al for CONFIG_USER_ONLY
include/hw/s390x/tod.h | 3 ---
target/s390x/cpu.h | 3 +++
target/s390x/helper.h | 2 +-
target/s390x/misc_helper.c | 13 ++++++++++++-
target/s390x/translate.c | 2 ++
target/s390x/insn-data.def | 11 ++++++-----
6 files changed, 24 insertions(+), 10 deletions(-)
--
2.17.2
next reply other threads:[~2018-11-30 19:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-30 19:22 Richard Henderson [this message]
2018-11-30 19:22 ` [Qemu-devel] [PATCH for-4.0 1/2] target/s390x: Move TOD_UNIX_EPOCH to cpu.h Richard Henderson
2018-12-03 6:07 ` [Qemu-devel] [qemu-s390x] " Thomas Huth
2018-12-03 10:21 ` [Qemu-devel] " David Hildenbrand
2018-11-30 19:22 ` [Qemu-devel] [PATCH for-4.0 2/2] target/s390x: Implement STCK et al for CONFIG_USER_ONLY Richard Henderson
2018-12-03 6:19 ` [Qemu-devel] [qemu-s390x] " Thomas Huth
2018-12-03 13:27 ` Richard Henderson
2018-12-03 14:02 ` Thomas Huth
2018-12-03 14:29 ` Richard Henderson
2018-12-03 14:31 ` Thomas Huth
2018-12-03 14:51 ` David Hildenbrand
2018-12-03 10:21 ` [Qemu-devel] " David Hildenbrand
2018-12-03 13:30 ` Richard Henderson
2018-12-03 14:48 ` David Hildenbrand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181130192216.26987-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).