mbox

[0/2] tcg patch queue

Message ID 20240214012533.453511-1-richard.henderson@linaro.org (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Richard Henderson Feb. 14, 2024, 1:25 a.m. UTC
The following changes since commit bc2e8b18fba33f30f25b7c2d74328493c0a2231d:

  Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2024-02-13 13:56:46 +0000)

are available in the Git repository at:

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

for you to fetch changes up to e41f1825b43796c3508ef309ed0b150ef89acc44:

  tcg/arm: Fix goto_tb for large translation blocks (2024-02-13 07:42:45 -1000)

----------------------------------------------------------------
tcg: Increase width of temp_subindex
tcg/arm: Fix goto_tb for large translation blocks

----------------------------------------------------------------
Richard Henderson (2):
      tcg: Increase width of temp_subindex
      tcg/arm: Fix goto_tb for large translation blocks

 include/tcg/tcg.h        | 2 +-
 tcg/arm/tcg-target.c.inc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Maydell Feb. 14, 2024, 3:45 p.m. UTC | #1
On Wed, 14 Feb 2024 at 01:26, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit bc2e8b18fba33f30f25b7c2d74328493c0a2231d:
>
>   Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2024-02-13 13:56:46 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240213
>
> for you to fetch changes up to e41f1825b43796c3508ef309ed0b150ef89acc44:
>
>   tcg/arm: Fix goto_tb for large translation blocks (2024-02-13 07:42:45 -1000)
>
> ----------------------------------------------------------------
> tcg: Increase width of temp_subindex
> tcg/arm: Fix goto_tb for large translation blocks
>
> ----------------------------------------------------------------
> Richard Henderson (2):
>       tcg: Increase width of temp_subindex
>       tcg/arm: Fix goto_tb for large translation blocks
>
>  include/tcg/tcg.h        | 2 +-
>  tcg/arm/tcg-target.c.inc | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>



Applied, thanks.

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

-- PMM