Changes since v1 from March, * The STFLE patch rewritten a bit to address comments from David Hildenbrand.
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 | 28 +++--- target/s390x/mem_helper.c | 39 ++++++++ target/s390x/misc_helper.c | 54 +++++++++++ target/s390x/translate.c | 229 +++++++++++++++++++++++++-------------------- 8 files changed, 258 insertions(+), 115 deletions(-) -- 2.9.3