Re: [PATCH v2 0/5] tsan fixes

2023-01-10 Thread Richard Henderson
On 1/10/23 04:55, Alex Bennée wrote: Emilio Cota writes: Changes since v1: - call g_free_rcu on tb_jmp_cache directly, and call tcg_exec_unrealizefn after calling cpu_list_remove(cpu) - add patch to de-const qemu_spin_destroy - remove wrappers for qht_do_if_first_in_stripe Thanks,

Re: [PATCH v2 0/5] tsan fixes

2023-01-10 Thread Alex Bennée
Emilio Cota writes: > Changes since v1: > > - call g_free_rcu on tb_jmp_cache directly, and call > tcg_exec_unrealizefn after calling cpu_list_remove(cpu) > > - add patch to de-const qemu_spin_destroy > > - remove wrappers for qht_do_if_first_in_stripe > > Thanks, > Emilio Queu

[PATCH v2 0/5] tsan fixes

2023-01-09 Thread Emilio Cota
Changes since v1: - call g_free_rcu on tb_jmp_cache directly, and call tcg_exec_unrealizefn after calling cpu_list_remove(cpu) - add patch to de-const qemu_spin_destroy - remove wrappers for qht_do_if_first_in_stripe Thanks, Emilio