[PULL 0/8] tcg patch queue 20260924

Richard Henderson posted 8 patches 2 days, 3 hours ago
target/hppa/translate.c         |  72 +++++------
target/i386/tcg/translate.c     |   6 +-
target/mips/tcg/mxu_translate.c | 265 +++++++++-------------------------------
3 files changed, 98 insertions(+), 245 deletions(-)
[PULL 0/8] tcg patch queue 20260924
Posted by Richard Henderson 2 days, 3 hours ago
The following changes since commit 942229961efea74b153c44c59188eb08375f10f1:

  Merge tag 'pull-tcg-20260923-v2' of https://gitlab.com/rth7680/qemu into staging (2026-09-23 15:14:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b9bf2135a7e4adbc1c7a1a64818ec7e2d3ceca66:

  target/hppa/tcg: Always initialize DisasCond.{a0,a1} (2026-09-24 07:29:58 -0700)

----------------------------------------------------------------
Never pass NULL to tcg expansion functions.

----------------------------------------------------------------
Richard Henderson (8):
      target/i386/tcg: Always initialize CCPrepare.reg
      target/mips/tcg: Fix zero in gen_mxu_d8sum
      target/mips/tcg: Drop zero optimization in gen_mxu_s32mul
      target/mips/tcg: Split out gen_mxu_logic
      target/mips/tcg: Use gen_mxu_logic for gen_mxu_S32MAX_S32MIN
      target/mips/tcg: Use gen_mxu_logic for gen_mxu_S32SLT
      target/mips/tcg: Use gen_mxu_logic for gen_mxu_S32CPS
      target/hppa/tcg: Always initialize DisasCond.{a0,a1}

 target/hppa/translate.c         |  72 +++++------
 target/i386/tcg/translate.c     |   6 +-
 target/mips/tcg/mxu_translate.c | 265 +++++++++-------------------------------
 3 files changed, 98 insertions(+), 245 deletions(-)
Re: [PULL 0/8] tcg patch queue 20260924
Posted by Richard Henderson 1 day, 22 hours ago
On 9/24/26 07:49, Richard Henderson wrote:
> The following changes since commit 942229961efea74b153c44c59188eb08375f10f1:
> 
>    Merge tag 'pull-tcg-20260923-v2' ofhttps://gitlab.com/rth7680/qemu into staging (2026-09-23 15:14:55 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20260924
> 
> for you to fetch changes up to b9bf2135a7e4adbc1c7a1a64818ec7e2d3ceca66:
> 
>    target/hppa/tcg: Always initialize DisasCond.{a0,a1} (2026-09-24 07:29:58 -0700)
> 
> ----------------------------------------------------------------
> Never pass NULL to tcg expansion functions.

Applied, thanks.

r~