[Qemu-devel] [PATCH v2 0/8] target/s390x tcg patches

Richard Henderson posted 8 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170701202600.14057-1-rth@twiddle.net
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/s390x/helper.h      |  11 +-
target/s390x/cpu_models.c  |   5 +
target/s390x/mem_helper.c  | 585 +++++++++++++++++++++++++++++++++++++++++++--
target/s390x/translate.c   |  92 ++++++-
target/s390x/insn-data.def |  21 +-
5 files changed, 689 insertions(+), 25 deletions(-)
[Qemu-devel] [PATCH v2 0/8] target/s390x tcg patches
Posted by Richard Henderson 6 years, 9 months ago
Changes since v1:
  * Errors corrected in CONVERT UNICODE
  * Address writeback corrected in SRST/SRSTU
  * IDTES feature added.
  * RISBG handling fixed.


r~


David Hildenbrand (1):
  target/s390x: Allow to enable "idtes" feature for TCG

Richard Henderson (7):
  target/s390x: Implement CSST
  target/s390x: Implement CONVERT UNICODE insns
  target/s390x: Tidy SRST
  target/s390x: Implement SRSTU
  target/s390x: Implement TRTR
  target/s390x: Mark ETF3 and ETF3_ENH facilities as available
  target/s390x: Fix risbg handling

 target/s390x/helper.h      |  11 +-
 target/s390x/cpu_models.c  |   5 +
 target/s390x/mem_helper.c  | 585 +++++++++++++++++++++++++++++++++++++++++++--
 target/s390x/translate.c   |  92 ++++++-
 target/s390x/insn-data.def |  21 +-
 5 files changed, 689 insertions(+), 25 deletions(-)

-- 
2.9.4