[PATCH 0/2] tcg patch queue

Richard Henderson posted 2 patches 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240214012533.453511-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
include/tcg/tcg.h        | 2 +-
tcg/arm/tcg-target.c.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/2] tcg patch queue
Posted by Richard Henderson 9 months, 2 weeks ago
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(-)
[PULL 0/2] tcg patch queue
Posted by Richard Henderson 9 months, 2 weeks ago
Dangit, PULL.

r~

On 2/13/24 15:25, Richard Henderson 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(-)
Re: [PATCH 0/2] tcg patch queue
Posted by Peter Maydell 9 months, 2 weeks ago
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