qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] s390x translator bug fixes
@ 2015-02-03 20:42 Richard Henderson
  2015-02-03 20:42 ` [Qemu-devel] [PULL 01/10] target-s390: Implement SAM specification exception Richard Henderson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Richard Henderson @ 2015-02-03 20:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: kbastian, peter.maydell

Some of these patches have been outstanding since November 2013, but
they were mixed up with a patch set that added support for STFLE.
The inclusion of which opens a large can of worms wrt the s390 linux
kernel doing silly things and refusing to boot.

So instead, let's just grab the outstanding bug fixes.


r~


The following changes since commit 16017c48547960539fcadb1f91d252124f442482:

  softfloat: Clarify license status (2015-01-29 16:45:45 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tg-s390-20150203

for you to fetch changes up to 9ef1473693a1400a903567489d3122fc9511765d:

  target-s390x: fix and optimize slb* and slbg* computation of carry/borrow flag (2015-02-03 12:27:05 -0800)

----------------------------------------------------------------
s390 translator bug fixes

----------------------------------------------------------------
Paolo Bonzini (1):
      target-s390x: support OC and NC in the EX instruction

Peter Maydell (2):
      target-s390x: Mark check_privileged() as !CONFIG_USER_ONLY
      disas/s390.c: Remove unused variables

Richard Henderson (6):
      target-s390: Implement SAM specification exception
      target-s390: Implement EPSW
      target-s390: Fix STIDP
      target-s390: Fix STURA
      target-s390: Implement LURA, LURAG, STURG
      target-s390: Implement ECAG

Torbjorn Granlund (1):
      target-s390x: fix and optimize slb* and slbg* computation of carry/borrow flag

 disas/s390.c               | 35 ------------------
 target-s390x/cc_helper.c   | 18 ++-------
 target-s390x/cpu.h         |  4 +-
 target-s390x/helper.h      |  3 ++
 target-s390x/insn-data.def | 16 ++++++--
 target-s390x/mem_helper.c  | 32 +++++++++++++++-
 target-s390x/translate.c   | 92 +++++++++++++++++++++++++++++++++++++++++++---
 7 files changed, 140 insertions(+), 60 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-02-03 22:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03 20:42 [Qemu-devel] [PULL 00/10] s390x translator bug fixes Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 01/10] target-s390: Implement SAM specification exception Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 02/10] target-s390: Implement EPSW Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 03/10] target-s390: Fix STIDP Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 04/10] target-s390: Fix STURA Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 05/10] target-s390: Implement LURA, LURAG, STURG Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 06/10] target-s390: Implement ECAG Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 07/10] target-s390x: Mark check_privileged() as !CONFIG_USER_ONLY Richard Henderson
2015-02-03 20:42 ` [Qemu-devel] [PULL 08/10] disas/s390.c: Remove unused variables Richard Henderson
2015-02-03 20:43 ` [Qemu-devel] [PULL 09/10] target-s390x: support OC and NC in the EX instruction Richard Henderson
2015-02-03 20:43 ` [Qemu-devel] [PULL 10/10] target-s390x: fix and optimize slb* and slbg* computation of carry/borrow flag Richard Henderson
2015-02-03 22:33 ` [Qemu-devel] [PULL 00/10] s390x translator bug fixes Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).