Changes since v2:
* Fix STFLE patch as pointed out by Aurelien.
* Adjust CS patch to change is_64 boolean in
s->insn->data to TCGMemOp.
r~
Eric Bischoff (1):
target/s390x: Implement LOAD PAIR DISJOINT
Miroslav Benes (1):
target/s390x: Implement LOAD PROGRAM PARAMETER
Richard Henderson (4):
target/s390x: Implement STORE FACILITIES LIST EXTENDED
target/s390x: Diagnose specification exception for atomics
target/s390x: Use atomic operations for COMPARE SWAP
target/s390x: Use atomic operations for LOAD AND OP
target/s390x/cpu.c | 1 +
target/s390x/cpu.h | 3 +
target/s390x/helper.c | 16 ++++
target/s390x/helper.h | 3 +
target/s390x/insn-data.def | 38 ++++----
target/s390x/mem_helper.c | 39 ++++++++
target/s390x/misc_helper.c | 59 ++++++++++++
target/s390x/translate.c | 229 ++++++++++++++++++++++++---------------------
8 files changed, 267 insertions(+), 121 deletions(-)
--
2.9.3