Re: [Qemu-devel] [RFC v4 68/71] cpu: add async_run_on_cpu_no_bql

2018-10-26 Thread Richard Henderson
On 10/25/18 3:46 PM, Emilio G. Cota wrote: > Some async jobs do not need the BQL. > > Signed-off-by: Emilio G. Cota > --- > include/qom/cpu.h | 14 ++ > cpus-common.c | 39 ++- > 2 files changed, 48 insertions(+), 5 deletions(-) Reviewed-by:

[Qemu-devel] [RFC v4 68/71] cpu: add async_run_on_cpu_no_bql

2018-10-25 Thread Emilio G. Cota
Some async jobs do not need the BQL. Signed-off-by: Emilio G. Cota --- include/qom/cpu.h | 14 ++ cpus-common.c | 39 ++- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index