mbox

[PULL,0/3] tcg patch queue for 8.0

Message ID 20230410153448.787498-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

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

Message

Richard Henderson April 10, 2023, 3:34 p.m. UTC
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(-)

Comments

Peter Maydell April 11, 2023, 9:20 a.m. UTC | #1
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