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