[PULL for-6.0 0/2] tcg patch queue

Richard Henderson posted 2 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210405144017.20193-1-richard.henderson@linaro.org
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Richard Henderson <richard.henderson@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
There is a newer version of this series
target/alpha/translate.c  | 9 +++++++--
tcg/mips/tcg-target.c.inc | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
[PULL for-6.0 0/2] tcg patch queue
Posted by Richard Henderson 2 years, 11 months ago
Folding in a target/alpha patch since both queues
are singletons this time.


r~


The following changes since commit 25d75c99b2e5941c67049ee776efdb226414f4c6:

  Merge remote-tracking branch 'remotes/xtensa/tags/20210403-xtensa' into staging (2021-04-04 21:48:45 +0100)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210405

for you to fetch changes up to ef951ee33fba780dd6c2b7f8ff25c84c3f87a6b8:

  target/alpha: fix icount handling for timer instructions (2021-04-05 07:32:56 -0700)

----------------------------------------------------------------
tcg/mips tlb lookup fix
target/alpha icount fix

----------------------------------------------------------------
Kele Huang (1):
      tcg/mips: Fix SoftTLB comparison on mips backend

Pavel Dovgalyuk (1):
      target/alpha: fix icount handling for timer instructions

 target/alpha/translate.c  | 9 +++++++--
 tcg/mips/tcg-target.c.inc | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

Re: [PULL for-6.0 0/2] tcg patch queue
Posted by Peter Maydell 2 years, 11 months ago
On Mon, 5 Apr 2021 at 15:40, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Folding in a target/alpha patch since both queues
> are singletons this time.
>
>
> r~
>
>
> The following changes since commit 25d75c99b2e5941c67049ee776efdb226414f4c6:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20210403-xtensa' into staging (2021-04-04 21:48:45 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210405
>
> for you to fetch changes up to ef951ee33fba780dd6c2b7f8ff25c84c3f87a6b8:
>
>   target/alpha: fix icount handling for timer instructions (2021-04-05 07:32:56 -0700)
>
> ----------------------------------------------------------------
> tcg/mips tlb lookup fix
> target/alpha icount fix


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM