Message ID | 20230410153448.787498-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On Mon, 10 Apr 2023 at 16:34, Richard Henderson <richard.henderson@linaro.org> wrote: > > 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 Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0 for any user-visible changes. -- PMM