qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/6] target/s390x patches


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v3 0/6] target/s390x patches
Date: Tue, 9 May 2017 11:07:09 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]