[PULL 0/9] tcg patch queue

Richard Henderson posted 9 patches 3 weeks, 4 days ago
Failed in applying to current master (apply log)
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Riku Voipio <riku.voipio@iki.fi>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <arikalo@gmail.com>, Richard Henderson <richard.henderson@linaro.org>
There is a newer version of this series
include/qemu/timer.h                     |  13 +-
tcg/mips/tcg-target-has.h                |   2 -
tcg/mips/tcg-target-reg-bits.h           |   8 +-
tcg/ppc/tcg-target-has.h                 |   5 +-
tcg/ppc/tcg-target-reg-bits.h            |   8 +-
disas/disas-host.c                       |   4 +-
util/cacheflush.c                        |   4 +-
.gitlab-ci.d/container-cross.yml         |   6 -
.gitlab-ci.d/crossbuilds.yml             |  14 --
common-user/host/mips/safe-syscall.inc.S |  35 ---
configure                                |  26 +-
docs/about/deprecated.rst                |  13 +-
docs/about/removed-features.rst          |   6 +
meson.build                              |   2 -
tcg/mips/tcg-target.c.inc                | 331 ++++----------------------
tcg/ppc/tcg-target.c.inc                 | 391 ++++++-------------------------
16 files changed, 154 insertions(+), 714 deletions(-)
[PULL 0/9] tcg patch queue
Posted by Richard Henderson 3 weeks, 4 days ago
The following changes since commit 18f6f30b0089b470f3e737637a86dfb81ebd6eae:

  Merge tag 'pull-request-2025-10-16' of https://gitlab.com/thuth/qemu into staging (2025-10-16 12:27:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5c1ec5a1ee0958068a532ac1e06cc6cee0c75ba3:

  tcg/ppc: Remove support for 32-bit hosts (2025-10-19 11:24:34 -0700)

----------------------------------------------------------------
tcg: Remove support for 32-bit mips/ppc hosts

----------------------------------------------------------------
Philippe Mathieu-Daudé (7):
      gitlab: Stop cross-testing for 32-bit MIPS hosts
      buildsys: Remove support for 32-bit MIPS hosts
      kvm/mips: Remove support for 32-bit hosts
      tcg/mips: Remove support for O32 and N32 ABIs
      tcg/mips: Remove support for 32-bit hosts
      buildsys: Remove support for 32-bit PPC hosts
      tcg/ppc: Remove support for 32-bit hosts

Richard Henderson (2):
      tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI
      tcg/ppc: Remove dead cases from tcg_target_op_def

 include/qemu/timer.h                     |  13 +-
 tcg/mips/tcg-target-has.h                |   2 -
 tcg/mips/tcg-target-reg-bits.h           |   8 +-
 tcg/ppc/tcg-target-has.h                 |   5 +-
 tcg/ppc/tcg-target-reg-bits.h            |   8 +-
 disas/disas-host.c                       |   4 +-
 util/cacheflush.c                        |   4 +-
 .gitlab-ci.d/container-cross.yml         |   6 -
 .gitlab-ci.d/crossbuilds.yml             |  14 --
 common-user/host/mips/safe-syscall.inc.S |  35 ---
 configure                                |  26 +-
 docs/about/deprecated.rst                |  13 +-
 docs/about/removed-features.rst          |   6 +
 meson.build                              |   2 -
 tcg/mips/tcg-target.c.inc                | 331 ++++----------------------
 tcg/ppc/tcg-target.c.inc                 | 391 ++++++-------------------------
 16 files changed, 154 insertions(+), 714 deletions(-)

Re: [PULL 0/9] tcg patch queue
Posted by Richard Henderson 3 weeks, 4 days ago
On 10/19/25 11:28, Richard Henderson wrote:
> The following changes since commit 18f6f30b0089b470f3e737637a86dfb81ebd6eae:
> 
>    Merge tag 'pull-request-2025-10-16' ofhttps://gitlab.com/thuth/qemu into staging (2025-10-16 12:27:12 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20251019
> 
> for you to fetch changes up to 5c1ec5a1ee0958068a532ac1e06cc6cee0c75ba3:
> 
>    tcg/ppc: Remove support for 32-bit hosts (2025-10-19 11:24:34 -0700)
> 
> ----------------------------------------------------------------
> tcg: Remove support for 32-bit mips/ppc hosts


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~