mbox

[PULL,0/4] s390 patch queue 2015-07-07

Message ID 1436284361-5745-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 July 7, 2015, 3:52 p.m. UTC
Hi Peter,

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

Alex


The following changes since commit aeb72188e073d515e1f5a80f6b603692a396477b:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into staging (2015-07-07 14:44:19 +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 cd3b29b745b0ff393b2d37317837bc726b8dacc8:

  tcg/s390: fix branch target change during code retranslation (2015-07-07 17:51:47 +0200)

----------------------------------------------------------------
Patch queue for s390 - 2015-07-07

A few last minute fixes for 2.4. All of them are s390 TCG bug fixes.

----------------------------------------------------------------
Aurelien Jarno (4):
      target-s390x: fix MOVE LONG instruction
      target-s390x: fix EXECUTE instruction executing TRT
      target-s390x: fix CONVERT TO BINARY (CVD, CVDY)
      tcg/s390: fix branch target change during code retranslation

 target-s390x/int_helper.c |  9 ++++-----
 target-s390x/mem_helper.c |  3 ++-
 tcg/s390/tcg-target.c     | 12 ++++++++----
 3 files changed, 14 insertions(+), 10 deletions(-)

Comments

Peter Maydell July 8, 2015, 10:40 a.m. UTC | #1
On 7 July 2015 at 16:52, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for s390.  Please pull.
>
> Alex
>
>
> The following changes since commit aeb72188e073d515e1f5a80f6b603692a396477b:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into staging (2015-07-07 14:44:19 +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 cd3b29b745b0ff393b2d37317837bc726b8dacc8:
>
>   tcg/s390: fix branch target change during code retranslation (2015-07-07 17:51:47 +0200)
>
> ----------------------------------------------------------------
> Patch queue for s390 - 2015-07-07
>
> A few last minute fixes for 2.4. All of them are s390 TCG bug fixes.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM