[PULL 0/4] tcg patch queue

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260827044502.778915-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
disas/disas-host.c           |  2 +-
tcg/tcg-op.c                 |  2 +-
util/cpuinfo-aarch64.c       |  3 +++
tcg/aarch64/tcg-target.c.inc | 25 ++++++++++---------------
4 files changed, 15 insertions(+), 17 deletions(-)
[PULL 0/4] tcg patch queue
Posted by Richard Henderson 1 month ago
The following changes since commit 562bae590f194fb590beb5c65da44fc35ab9f64a:

  Merge tag 's390x-20260826' of https://gitlab.com/efarman/qemu into staging (2026-08-26 13:40:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 01e1455139196cc8d6bcde7d2f918348a90f7f26:

  util/cpuinfo-aarch64: Fix build with older glibc headers (2026-08-26 21:25:04 -0700)

----------------------------------------------------------------
disas: Replace straggling CS_ARCH_SYSZ
tcg: Fix typo in tcg_gen_hswap_i64
tcg/aarch64: Use tgen_brcondi in tcg_out_qemu_ldst_i128
util/cpuinfo-aarch64: Fix build with older glibc headers

----------------------------------------------------------------
Eric Farman (1):
      disas: Replace straggling CS_ARCH_SYSZ

Richard Henderson (2):
      tcg: Fix typo in tcg_gen_hswap_i64
      tcg/aarch64: Use tgen_brcondi in tcg_out_qemu_ldst_i128

Tao Tang (1):
      util/cpuinfo-aarch64: Fix build with older glibc headers

 disas/disas-host.c           |  2 +-
 tcg/tcg-op.c                 |  2 +-
 util/cpuinfo-aarch64.c       |  3 +++
 tcg/aarch64/tcg-target.c.inc | 25 ++++++++++---------------
 4 files changed, 15 insertions(+), 17 deletions(-)
Re: [PULL 0/4] tcg patch queue
Posted by Richard Henderson 1 month ago
On 8/26/26 21:44, Richard Henderson wrote:
> The following changes since commit 562bae590f194fb590beb5c65da44fc35ab9f64a:
> 
>    Merge tag 's390x-20260826' ofhttps://gitlab.com/efarman/qemu into staging (2026-08-26 13:40:41 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20260826
> 
> for you to fetch changes up to 01e1455139196cc8d6bcde7d2f918348a90f7f26:
> 
>    util/cpuinfo-aarch64: Fix build with older glibc headers (2026-08-26 21:25:04 -0700)
> 
> ----------------------------------------------------------------
> disas: Replace straggling CS_ARCH_SYSZ
> tcg: Fix typo in tcg_gen_hswap_i64
> tcg/aarch64: Use tgen_brcondi in tcg_out_qemu_ldst_i128
> util/cpuinfo-aarch64: Fix build with older glibc headers

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~