mbox

[PULL,2.2,0/2] s390 patch queue 2014-11-05 for 2.2

Message ID 1415181375-112604-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 Nov. 5, 2014, 9:56 a.m. UTC
Hi Peter,

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

Alex


The following changes since commit d5b4dc3b50175f0c34f3cf4b053e123fb37f5aed:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-11-04 17:33:34 +0000)

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 ab6b1c0a36b23e3e8c47c00fb6c9931de957f608:

  s390x: Implement SAM{24,31,64} (2014-11-05 10:54:28 +0100)

----------------------------------------------------------------
Patch queue for s390 - 2014-11-05

Two simple bug fixes to enable slightly newer guest kernels
and preliminary -M s390-ccw support for TCG (virtio doesn't work yet!)

----------------------------------------------------------------
Alexander Graf (2):
      s390x: Fix sclp console input
      s390x: Implement SAM{24,31,64}

 target-s390x/insn-data.def |  6 +++---
 target-s390x/interrupt.c   |  2 --
 target-s390x/translate.c   | 12 ++++++++++++
 3 files changed, 15 insertions(+), 5 deletions(-)

Comments

Peter Maydell Nov. 5, 2014, 3:15 p.m. UTC | #1
On 5 November 2014 09:56, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for s390.  Please pull.
>
> Alex
>
>
> The following changes since commit d5b4dc3b50175f0c34f3cf4b053e123fb37f5aed:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-11-04 17:33:34 +0000)
>
> 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 ab6b1c0a36b23e3e8c47c00fb6c9931de957f608:
>
>   s390x: Implement SAM{24,31,64} (2014-11-05 10:54:28 +0100)
>
> ----------------------------------------------------------------
> Patch queue for s390 - 2014-11-05
>
> Two simple bug fixes to enable slightly newer guest kernels
> and preliminary -M s390-ccw support for TCG (virtio doesn't work yet!)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM