mbox

[PULL,0/3] s390 patch queue 2015-05-13

Message ID 1431521419-148026-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://github.com/agraf/qemu.git tags/signed-s390-for-upstream

Message

Alexander Graf May 13, 2015, 12:50 p.m. UTC
Hi Peter,

This is my current patch queue for s390.  Please pull.

Alex


The following changes since commit 968bb75c348a401b85e08d5eb1887a3e6c3185f5:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150512' into staging (2015-05-12 12:11:32 +0100)

are available in the git repository at:


  git://github.com/agraf/qemu.git tags/signed-s390-for-upstream

for you to fetch changes up to 57af7289f276ce70b65f2fbb4981833f04264aac:

  s390x: Add interlocked access facility 1 instructions (2015-05-13 14:48:54 +0200)

----------------------------------------------------------------
Patch queue for s390 - 2015-05-13

A few TCG fixes for the s390x target. Nothing special, but with these
applied I can run most of the SLE12 binaries in Linux-user emulation.

----------------------------------------------------------------
Alexander Graf (3):
      s390x: Fix stoc direction
      s390x: Add some documentation in opcode list
      s390x: Add interlocked access facility 1 instructions

 target-s390x/insn-data.def | 37 +++++++++++++++++++++++++++++++++++++
 target-s390x/translate.c   | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Comments

Peter Maydell May 13, 2015, 4:26 p.m. UTC | #1
On 13 May 2015 at 13:50, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for s390.  Please pull.
>
> Alex
>
>
> The following changes since commit 968bb75c348a401b85e08d5eb1887a3e6c3185f5:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150512' into staging (2015-05-12 12:11:32 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/agraf/qemu.git tags/signed-s390-for-upstream
>
> for you to fetch changes up to 57af7289f276ce70b65f2fbb4981833f04264aac:
>
>   s390x: Add interlocked access facility 1 instructions (2015-05-13 14:48:54 +0200)
>
> ----------------------------------------------------------------
> Patch queue for s390 - 2015-05-13
>
> A few TCG fixes for the s390x target. Nothing special, but with these
> applied I can run most of the SLE12 binaries in Linux-user emulation.

Applied, thanks.

-- PMM