The following changes since commit 08dede07030973c1053868bc64de7e10bfa02ad6:
Merge tag 'pull-ppc-20230409' of https://github.com/legoater/qemu into staging (2023-04-10 11:47:52 +0100) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230410 for you to fetch changes up to 20861f34e0808bd06a0b7d74f8bd29c29e516ca5: tcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32 (2023-04-10 08:29:24 -0700) ---------------------------------------------------------------- Fix Int128 function call abi for ppc32, mips o32, and _WIN64 ---------------------------------------------------------------- Richard Henderson (3): tcg/i386: Adjust assert in tcg_out_addi_ptr tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abi tcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32 tcg/mips/tcg-target.h | 3 ++- tcg/i386/tcg-target.c.inc | 2 +- tcg/ppc/tcg-target.c.inc | 7 ++++--- 3 files changed, 7 insertions(+), 5 deletions(-)