Instructions implementing another missing facility, getting us a bit closer to being able to upgrade the default tcg cpu.
Plus one bug fix for an existing instruction that isn't used unless we upgrade the tcg cpu. r~ The following changes since commit 4871b51b9241b10f4fd8e04bbb21577886795e25: vmgenid-test: use boot-sector infrastructure (2017-07-14 17:03:03 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-s390-20170715 for you to fetch changes up to 4fb4047e74c21a3692360b9b1df473d7512d8055: target/s390x: Fix risbg handling (2017-07-15 07:17:36 -1000) ---------------------------------------------------------------- Queued s390x tcg patches ---------------------------------------------------------------- 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 | 99 +++++++- target/s390x/insn-data.def | 21 +- 5 files changed, 696 insertions(+), 25 deletions(-)