[Qemu-devel] [PATCH 0/6] Some improvements in z/Arch instructions support

Pavel Zbitskiy posted 6 patches 7 years, 3 months ago
Only 0 patches received!
There is a newer version of this series
target/s390x/helper.h      |  2 ++
target/s390x/insn-data.def |  7 ++++++
target/s390x/int_helper.c  | 58 ++++++++++++++++++++++++++++++++++++++++++++++
target/s390x/mem_helper.c  | 24 +++++++++++++++----
target/s390x/translate.c   | 52 +++++++++++++++++++++++++++++++++++++----
5 files changed, 135 insertions(+), 8 deletions(-)
[Qemu-devel] [PATCH 0/6] Some improvements in z/Arch instructions support
Posted by Pavel Zbitskiy 7 years, 3 months ago
Add BAL, BALR, CVB instructions
Fix few bugs in PACK, CSST

Pavel Zbitskiy (6):
  target/s390x: add BAL and BALR instructions
  target/s390x: fix CSST decoding and runtime alignment check
  target/s390x: fix ipm polluting irrelevant bits
  target/s390x: add EX support for TRT and TRTR
  target/s390x: fix PACK reading 1 byte less and writing 1 byte more
  target/s390x: implement CVB, CVBY and CVBG

 target/s390x/helper.h      |  2 ++
 target/s390x/insn-data.def |  7 ++++++
 target/s390x/int_helper.c  | 58 ++++++++++++++++++++++++++++++++++++++++++++++
 target/s390x/mem_helper.c  | 24 +++++++++++++++----
 target/s390x/translate.c   | 52 +++++++++++++++++++++++++++++++++++++----
 5 files changed, 135 insertions(+), 8 deletions(-)

-- 
2.16.2.windows.1