Message ID | 20230204163310.815536-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On Sat, 4 Feb 2023 at 16:33, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit 579510e196a544b42bd8bca9cc61688d4d1211ac: > > Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into staging (2023-02-04 10:19:55 +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230204 > > for you to fetch changes up to a2495ede07498ee36b18b03e7038ba30c9871bb2: > > tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target (2023-02-04 06:19:43 -1000) > > ---------------------------------------------------------------- > tcg: Add support for TCGv_i128 in parameters and returns. > tcg: Add support for TCGv_i128 in cmpxchg. > tcg: Test CPUJumpCache in tb_jmp_cache_clear_page > tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64} > tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target > target/arm: Use tcg_gen_atomic_cmpxchg_i128 > target/i386: Use tcg_gen_atomic_cmpxchg_i128 > target/i386: Use tcg_gen_nonatomic_cmpxchg_i{32,64} > target/s390x: Use tcg_gen_atomic_cmpxchg_i128 > target/s390x: Use TCGv_i128 in passing and returning float128 > target/s390x: Implement CC_OP_NZ in gen_op_calc_cc > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0 for any user-visible changes. -- PMM