Re: [Qemu-devel] [PATCH v6 62/73] cpu: introduce cpu_has_work_with_iothread_lock

2019-03-03 Thread Emilio G. Cota
On Fri, Feb 08, 2019 at 11:33:32 +, Alex Bennée wrote: > > Emilio G. Cota writes: > > > It will gain some users soon. > > > > Suggested-by: Paolo Bonzini > > Reviewed-by: Richard Henderson > > Signed-off-by: Emilio G. Cota > > --- > > include/qom/cpu.h | 36 ++

Re: [Qemu-devel] [PATCH v6 62/73] cpu: introduce cpu_has_work_with_iothread_lock

2019-02-08 Thread Alex Bennée
Emilio G. Cota writes: > It will gain some users soon. > > Suggested-by: Paolo Bonzini > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota > --- > include/qom/cpu.h | 36 +--- > 1 file changed, 33 insertions(+), 3 deletions(-) > > diff --git a/in

[Qemu-devel] [PATCH v6 62/73] cpu: introduce cpu_has_work_with_iothread_lock

2019-01-29 Thread Emilio G. Cota
It will gain some users soon. Suggested-by: Paolo Bonzini Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- include/qom/cpu.h | 36 +--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 96a