Re: [Qemu-devel] [PATCH v6 71/73] cpus-common: release BQL earlier in run_on_cpu

2019-02-08 Thread Alex Bennée
Emilio G. Cota writes: > After completing the conversion to per-CPU locks, there is no need > to release the BQL after having called cpu_kick. > > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > cpus-common.c | 20 +--- > 1 f

[Qemu-devel] [PATCH v6 71/73] cpus-common: release BQL earlier in run_on_cpu

2019-01-29 Thread Emilio G. Cota
After completing the conversion to per-CPU locks, there is no need to release the BQL after having called cpu_kick. Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- cpus-common.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/cpus-commo