qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] Some improvements in z/Arch instructions support
@ 2018-08-22 14:40 Pavel Zbitskiy
  2018-08-22 14:40 ` [Qemu-devel] [PATCH v4 1/3] target/s390x: use regular spaces in translate.c Pavel Zbitskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Pavel Zbitskiy @ 2018-08-22 14:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-s390x, cohuck, david, richard.henderson, Pavel Zbitskiy

Changes since v3:
* Patches 1-6 were accepted, thanks!
* Use in1_la2 in op_cvb().
* Free a temp in op_cvb().
* Make ra const in helper_cvb().
* Use wrap_address() in helper_cvb().
* Add a minor formatting patch.
* Add LPSW(E) alignment check.

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           |  2 ++
 target/s390x/insn-data.def      |  4 +++
 target/s390x/int_helper.c       | 52 +++++++++++++++++++++++++++++++++
 target/s390x/mem_helper.c       | 19 +++++++-----
 target/s390x/translate.c        | 23 +++++++++++++--
 tests/tcg/s390x/Makefile.target |  1 +
 tests/tcg/s390x/cvb.c           | 18 ++++++++++++
 7 files changed, 110 insertions(+), 9 deletions(-)
 create mode 100644 tests/tcg/s390x/cvb.c

-- 
2.18.0

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

end of thread, other threads:[~2018-08-24  9:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 14:40 [Qemu-devel] [PATCH v4 0/3] Some improvements in z/Arch instructions support Pavel Zbitskiy
2018-08-22 14:40 ` [Qemu-devel] [PATCH v4 1/3] target/s390x: use regular spaces in translate.c Pavel Zbitskiy
2018-08-22 15:19   ` David Hildenbrand
2018-08-23  5:53   ` [Qemu-devel] [qemu-s390x] " Thomas Huth
2018-08-24  9:01   ` [Qemu-devel] " Cornelia Huck
2018-08-22 14:40 ` [Qemu-devel] [PATCH v4 2/3] target/s390x: exception on non-aligned LPSW(E) Pavel Zbitskiy
2018-08-22 15:15   ` David Hildenbrand
2018-08-22 15:34   ` Richard Henderson
2018-08-22 14:40 ` [Qemu-devel] [PATCH v4 3/3] target/s390x: implement CVB, CVBY and CVBG Pavel Zbitskiy
2018-08-22 15:16 ` [Qemu-devel] [PATCH v4 0/3] Some improvements in z/Arch instructions support David Hildenbrand

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