From: Pavel Zbitskiy <pavel.zbitskiy@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-s390x@nongnu.org, cohuck@redhat.com, david@redhat.com,
richard.henderson@linaro.org,
Pavel Zbitskiy <pavel.zbitskiy@gmail.com>
Subject: [Qemu-devel] [PATCH v5 0/3] Some improvements in z/Arch instructions support
Date: Sat, 1 Sep 2018 20:33:19 -0400 [thread overview]
Message-ID: <20180902003322.3428-1-pavel.zbitskiy@gmail.com> (raw)
Changes since v4:
* Simplified alignment checks by using tcg_gen_qemu_ld_i64 and
MO_ALIGN*.
Pavel Zbitskiy (3):
target/s390x: use regular spaces in translate.c
target/s390x: exception on non-aligned LPSW(E)
target/s390x: implement CVB, CVBY and CVBG
target/s390x/helper.h | 1 +
target/s390x/insn-data.def | 4 +++
target/s390x/int_helper.c | 52 +++++++++++++++++++++++++++++++++
target/s390x/translate.c | 21 ++++++++++---
tests/tcg/s390x/Makefile.target | 1 +
tests/tcg/s390x/cvb.c | 18 ++++++++++++
6 files changed, 93 insertions(+), 4 deletions(-)
create mode 100644 tests/tcg/s390x/cvb.c
--
2.18.0
next reply other threads:[~2018-09-02 0:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-02 0:33 Pavel Zbitskiy [this message]
2018-09-02 0:33 ` [Qemu-devel] [PATCH v5 1/3] target/s390x: use regular spaces in translate.c Pavel Zbitskiy
2018-09-02 0:33 ` [Qemu-devel] [PATCH v5 2/3] target/s390x: exception on non-aligned LPSW(E) Pavel Zbitskiy
2018-10-02 11:06 ` Cornelia Huck
2018-09-02 0:33 ` [Qemu-devel] [PATCH v5 3/3] target/s390x: implement CVB, CVBY and CVBG Pavel Zbitskiy
2018-09-02 14:36 ` [Qemu-devel] [PATCH v5 0/3] Some improvements in z/Arch instructions support 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=20180902003322.3428-1-pavel.zbitskiy@gmail.com \
--to=pavel.zbitskiy@gmail.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.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).