mbox

[PULL,0/4] tcg fixes

Message ID 20170113200556.2574-1-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tags/pull-tcg-20170113

Message

Richard Henderson Jan. 13, 2017, 8:05 p.m. UTC
Two problems found with my most recent tcg-2.9 queued patches;
two patches for tcg/aarch64 that had been submitted but somehow
dropped off the patch queue.

With this, aarch64 risu passes on aarch64 again.


r~


The following changes since commit b6af8ea60282df514f87d32e36afd1c9aeee28c8:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging (2017-01-13 14:38:21 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tcg-20170113

for you to fetch changes up to 8cf9a3d3f7a4b95f33e0bda5416b9c93ec887dd3:

  tcg/aarch64: Fix tcg_out_movi (2017-01-13 11:47:29 -0800)

----------------------------------------------------------------
Fixes and more queued patches

----------------------------------------------------------------
Richard Henderson (4):
      tcg/s390: Fix merge error with facilities
      target/arm: Fix ubfx et al for aarch64
      tcg/aarch64: Fix addsub2 for 0+C
      tcg/aarch64: Fix tcg_out_movi

 target/arm/translate-a64.c   |  2 +-
 tcg/aarch64/tcg-target.inc.c | 66 ++++++++++++++++++++++----------------------
 tcg/s390/tcg-target.inc.c    |  2 +-
 3 files changed, 35 insertions(+), 35 deletions(-)

Comments

Peter Maydell Jan. 16, 2017, 12:41 p.m. UTC | #1
On 13 January 2017 at 20:05, Richard Henderson <rth@twiddle.net> wrote:
> Two problems found with my most recent tcg-2.9 queued patches;
> two patches for tcg/aarch64 that had been submitted but somehow
> dropped off the patch queue.
>
> With this, aarch64 risu passes on aarch64 again.
>
>
> r~
>
>
> The following changes since commit b6af8ea60282df514f87d32e36afd1c9aeee28c8:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging (2017-01-13 14:38:21 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20170113
>
> for you to fetch changes up to 8cf9a3d3f7a4b95f33e0bda5416b9c93ec887dd3:
>
>   tcg/aarch64: Fix tcg_out_movi (2017-01-13 11:47:29 -0800)
>
> ----------------------------------------------------------------
> Fixes and more queued patches
>

Applied, thanks.

-- PMM