From: David Hildenbrand <david@redhat.com>
To: qemu-devel@nongnu.org
Cc: rth@twiddle.net, agraf@suse.de,
Aurelien Jarno <aurelien@aurel32.net>,
thuth@redhat.com, david@redhat.com,
Miroslav Benes <mbenes@suse.cz>
Subject: [Qemu-devel] [PATCH v2 0/2] target/s390x: implement MVCOS and allow to enable it
Date: Wed, 14 Jun 2017 15:38:17 +0200 [thread overview]
Message-ID: <20170614133819.18480-1-david@redhat.com> (raw)
This will not change the qemu model, we simply allow to enable the facility
for the qemu model.
A current upstream kernel (compiled for e.g. z900) can be tricked into
using MVCOS for uaccess by simply enabling the facility. This will work
even though the kernel is not compiled with z10+ support, as this
facility is also detected and used dynamically.
qemu-system-s390x ... -cpu qemu,mvcos=on ...
Requires my PGM fix series:
https://lists.nongnu.org/archive/html/qemu-devel/2017-06/msg02631.html
Based on an original patch by Miroslav Benes
v1 -> v2:
- Squashed CPU model change and don't fake abscence
- Introduced a memhelper to do bulk access
- Minor style and bug fixes suggested/found by Thomas + Richard
- CR0_SECONDARY define was wrong :(
- introduce defines for AC_*
- enable the instruction for USER MODE (however will always result in a
PRIVILEDGED exception)
David Hildenbrand (2):
target/s390x: change PSW_SHIFT_KEY
target/s390x: implement mvcos instruction
target/s390x/cpu.h | 24 +++++-
target/s390x/cpu_models.c | 1 +
target/s390x/helper.h | 1 +
target/s390x/insn-data.def | 2 +
target/s390x/mem_helper.c | 180 +++++++++++++++++++++++++++++++++++++++++----
target/s390x/translate.c | 11 ++-
6 files changed, 201 insertions(+), 18 deletions(-)
--
2.9.3
next reply other threads:[~2017-06-14 13:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 13:38 David Hildenbrand [this message]
2017-06-14 13:38 ` [Qemu-devel] [PATCH v2 1/2] target/s390x: change PSW_SHIFT_KEY David Hildenbrand
2017-06-14 13:38 ` [Qemu-devel] [PATCH v2 2/2] target/s390x: implement mvcos instruction David Hildenbrand
2017-06-14 20:23 ` Thomas Huth
2017-06-15 11:40 ` David Hildenbrand
2017-06-14 14:12 ` [Qemu-devel] [PATCH v2 0/2] target/s390x: implement MVCOS and allow to enable it no-reply
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=20170614133819.18480-1-david@redhat.com \
--to=david@redhat.com \
--cc=agraf@suse.de \
--cc=aurelien@aurel32.net \
--cc=mbenes@suse.cz \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=thuth@redhat.com \
/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).