All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] target/s390x: Emulate CVDG
@ 2024-01-25 12:29 Ilya Leoshkevich
  2024-01-25 12:29 ` [PATCH v2 1/2] " Ilya Leoshkevich
  2024-01-25 12:29 ` [PATCH v2 2/2] tests/tcg/s390x: Test CONVERT TO DECIMAL Ilya Leoshkevich
  0 siblings, 2 replies; 4+ messages in thread
From: Ilya Leoshkevich @ 2024-01-25 12:29 UTC (permalink / raw)
  To: Richard Henderson, David Hildenbrand, Thomas Huth
  Cc: qemu-s390x, qemu-devel, Ilya Leoshkevich

v1: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg02865.html
v1 -> v2: Fix !CONFIG_INT128 builds (Richard).

Hi,

Ido reported that we are missing the CVDG emulation (which is very
similar to the existing CVD emulation). This series adds it along with
a test.

Best regards,
Ilya

Ilya Leoshkevich (2):
  target/s390x: Emulate CVDG
  tests/tcg/s390x: Test CONVERT TO DECIMAL

 target/s390x/helper.h            |  1 +
 target/s390x/tcg/insn-data.h.inc |  1 +
 target/s390x/tcg/int_helper.c    | 21 ++++++++++++++++
 target/s390x/tcg/translate.c     |  8 ++++++
 tests/tcg/s390x/Makefile.target  |  1 +
 tests/tcg/s390x/cvd.c            | 42 ++++++++++++++++++++++++++++++++
 6 files changed, 74 insertions(+)
 create mode 100644 tests/tcg/s390x/cvd.c

-- 
2.43.0



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

end of thread, other threads:[~2024-01-27  3:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 12:29 [PATCH v2 0/2] target/s390x: Emulate CVDG Ilya Leoshkevich
2024-01-25 12:29 ` [PATCH v2 1/2] " Ilya Leoshkevich
2024-01-27  2:59   ` Richard Henderson
2024-01-25 12:29 ` [PATCH v2 2/2] tests/tcg/s390x: Test CONVERT TO DECIMAL Ilya Leoshkevich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.