Re: [PATCH v2 06/13] tcg: call qemu_spin_destroy for tb->jmp_lock

2020-06-08 Thread Robert Foley
On Mon, 8 Jun 2020 at 10:44, Alex Bennée wrote: > > +static void tcg_region_tree_reset_all(tb_destroy_func tb_destroy) > > { > > size_t i; > > > > @@ -510,6 +519,10 @@ static void tcg_region_tree_reset_all(void) > > for (i = 0; i < region.n; i++) { > > struct tcg_region_tree

Re: [PATCH v2 06/13] tcg: call qemu_spin_destroy for tb->jmp_lock

2020-06-08 Thread Alex Bennée
Robert Foley writes: > From: "Emilio G. Cota" > > Signed-off-by: Emilio G. Cota > Signed-off-by: Robert Foley > [RF: Minor changes to fix some checkpatch errors] > --- > accel/tcg/translate-all.c | 10 +- > include/tcg/tcg.h | 3 ++- > tcg/tcg.c | 19

[PATCH v2 06/13] tcg: call qemu_spin_destroy for tb->jmp_lock

2020-06-05 Thread Robert Foley
From: "Emilio G. Cota" Signed-off-by: Emilio G. Cota Signed-off-by: Robert Foley [RF: Minor changes to fix some checkpatch errors] --- accel/tcg/translate-all.c | 10 +- include/tcg/tcg.h | 3 ++- tcg/tcg.c | 19 --- 3 files changed, 27