[Qemu-devel] [PULL 0/5] Queued tcg patches

Richard Henderson posted 5 patches 8 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170710073501.5207-1-rth@twiddle.net
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
accel/tcg/translate-all.c    |  2 +-
tcg/aarch64/tcg-target.inc.c | 79 +++++++++++++++++++++++++++++++++++---------
tcg/mips/tcg-target.inc.c    |  8 ++---
util/cacheinfo.c             |  2 +-
4 files changed, 70 insertions(+), 21 deletions(-)
[Qemu-devel] [PULL 0/5] Queued tcg patches
Posted by Richard Henderson 8 years, 3 months ago
Improvements and build fix for aarch64; bug fix for mips64.


r~


The following changes since commit b11365867568ba954de667a0bfe0945b8f78d6bd:

  Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into staging (2017-07-06 11:42:59 +0100)

are available in the git repository at:

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

for you to fetch changes up to 8b8d768f19037a825a0bc81654492caa7c8fab8b:

  tcg/mips: Bugfix for crash when running program with qemu-i386. (2017-07-09 21:11:38 -1000)

----------------------------------------------------------------
Queued TCG patches

----------------------------------------------------------------
Jiang Biao (1):
      tcg/mips: Bugfix for crash when running program with qemu-i386.

Pranith Kumar (4):
      tcg/aarch64: Introduce and use long branch to register
      tcg/aarch64: Use ADRP+ADD to compute target address
      tcg/aarch64: Enable indirect jump path using LDR (literal)
      util/cacheinfo: Fix warning generated by clang

 accel/tcg/translate-all.c    |  2 +-
 tcg/aarch64/tcg-target.inc.c | 79 +++++++++++++++++++++++++++++++++++---------
 tcg/mips/tcg-target.inc.c    |  8 ++---
 util/cacheinfo.c             |  2 +-
 4 files changed, 70 insertions(+), 21 deletions(-)

Re: [Qemu-devel] [PULL 0/5] Queued tcg patches
Posted by Peter Maydell 8 years, 3 months ago
On 10 July 2017 at 08:34, Richard Henderson <rth@twiddle.net> wrote:
> Improvements and build fix for aarch64; bug fix for mips64.
>
>
> r~
>
>
> The following changes since commit b11365867568ba954de667a0bfe0945b8f78d6bd:
>
>   Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into staging (2017-07-06 11:42:59 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20170709
>
> for you to fetch changes up to 8b8d768f19037a825a0bc81654492caa7c8fab8b:
>
>   tcg/mips: Bugfix for crash when running program with qemu-i386. (2017-07-09 21:11:38 -1000)
>
> ----------------------------------------------------------------
> Queued TCG patches
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM