mbox

[PULL,0/4] TCG MIPS and S390 fixes for 2.4

Message ID 1438590019-16932-1-git-send-email-aurelien@aurel32.net
State New
Headers show

Pull-request

git://git.aurel32.net/qemu.git tags/pull-tcg-mips-s390-20150803

Message

Aurelien Jarno Aug. 3, 2015, 8:20 a.m. UTC
[ Note that Richard Henderson agreed to get the single S390 fix in this
pull request. ]

The following changes since commit 7008d580acad326148a725bd20695882ba10247a:

  Update version for v2.4.0-rc3 release (2015-07-29 18:50:11 +0100)

are available in the git repository at:

  git://git.aurel32.net/qemu.git tags/pull-tcg-mips-s390-20150803

for you to fetch changes up to c99d69694af4ed15b33e3f7c2e3ef6972c14358d:

  tcg/mips: fix add2 (2015-08-01 09:39:50 +0200)

----------------------------------------------------------------
TCG MIPS and S390 fixes for 2.4.

----------------------------------------------------------------
Aurelien Jarno (4):
      tcg/mips: fix TLB loading for BE host with 32-bit guests
      tcg/mips: Mask TCGMemOp appropriately for indexing
      tcg/s390x: Mask TCGMemOp appropriately for indexing
      tcg/mips: fix add2

 tcg/mips/tcg-target.c | 11 ++++++++---
 tcg/s390/tcg-target.c |  4 ++--
 2 files changed, 10 insertions(+), 5 deletions(-)

Comments

Peter Maydell Aug. 3, 2015, 12:08 p.m. UTC | #1
On 3 August 2015 at 09:20, Aurelien Jarno <aurelien@aurel32.net> wrote:
> [ Note that Richard Henderson agreed to get the single S390 fix in this
> pull request. ]
>
> The following changes since commit 7008d580acad326148a725bd20695882ba10247a:
>
>   Update version for v2.4.0-rc3 release (2015-07-29 18:50:11 +0100)
>
> are available in the git repository at:
>
>   git://git.aurel32.net/qemu.git tags/pull-tcg-mips-s390-20150803
>
> for you to fetch changes up to c99d69694af4ed15b33e3f7c2e3ef6972c14358d:
>
>   tcg/mips: fix add2 (2015-08-01 09:39:50 +0200)
>
> ----------------------------------------------------------------
> TCG MIPS and S390 fixes for 2.4.

Applied, thanks.

-- PMM