The following changes since commit 34eac35f893664eb8545b98142e23d9954722766:
Merge tag 'pull-riscv-to-apply-20240110' of https://github.com/alistair23/qemu into staging (2024-01-10 11:41:56 +0000) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240111 for you to fetch changes up to 1d513e06d96697f44de4a1b85c6ff627c443e306: util: fix build with musl libc on ppc64le (2024-01-11 08:48:16 +1100) ---------------------------------------------------------------- tcg/i386: Use more 8-bit immediate forms for add, sub, or, xor tcg/ppc: Use new registers for LQ destination util: fix build with musl libc on ppc64le ---------------------------------------------------------------- Natanael Copa (1): util: fix build with musl libc on ppc64le Paolo Bonzini (2): tcg/i386: convert add/sub of 128 to sub/add of -128 tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates Richard Henderson (1): tcg/ppc: Use new registers for LQ destination tcg/ppc/tcg-target-con-set.h | 2 +- tcg/tcg.c | 21 ++++++++++++---- util/cpuinfo-ppc.c | 6 ++--- tcg/i386/tcg-target.c.inc | 60 +++++++++++++++++++++++++++++++++----------- tcg/ppc/tcg-target.c.inc | 3 ++- 5 files changed, 67 insertions(+), 25 deletions(-)