qemu-devel
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v2 0/6] target/s390x patches
Date: Mon, 8 May 2017 08:17:01 -0700

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




reply via email to

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