On Mon, 6 Mar 2023 at 00:39, Richard Henderson <richard.hender...@linaro.org> wrote: > > The following changes since commit 2946e1af2704bf6584f57d4e3aec49d1d5f3ecc0: > > configure: Disable thread-safety warnings on macOS (2023-03-04 14:03:46 > +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230305 > > for you to fetch changes up to b6611d8d5c265c138a4a0cc36a2c02d84a768976: > > target/xtensa: Avoid tcg_const_i32 (2023-03-05 13:47:25 -0800) > > ---------------------------------------------------------------- > tcg: Merge two sequential labels > accel/tcg: Retain prot flags from tlb_fill > accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookup > accel/tcg: Honor TLB_WATCHPOINTS in atomic_mmu_lookup > target/sparc: Use tlb_set_page_full > include/qemu/cpuid: Introduce xgetbv_low > tcg/i386: Mark Win64 call-saved vector regs as reserved > tcg: Decode the operand to INDEX_op_mb in dumps > > Portion of the target/ patchset which eliminates use of tcg_temp_free* > Portion of the target/ patchset which eliminates use of tcg_const* > > ----------------------------------------------------------------
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM