Re: [Qemu-devel] [RFC v2 03/38] cpu: introduce cpu_in_exclusive_work_context()

2019-01-24 Thread Alex Bennée
Emilio G. Cota writes: > Suggested-by: Alex Bennée > Signed-off-by: Emilio G. Cota > --- > include/qom/cpu.h | 13 + > cpus-common.c | 2 ++ > 2 files changed, 15 insertions(+) > > diff --git a/include/qom/cpu.h b/include/qom/cpu.h > index 772cc960fe..fab18089db 100644 > ---

[Qemu-devel] [RFC v2 03/38] cpu: introduce cpu_in_exclusive_work_context()

2018-12-09 Thread Emilio G. Cota
Suggested-by: Alex Bennée Signed-off-by: Emilio G. Cota --- include/qom/cpu.h | 13 + cpus-common.c | 2 ++ 2 files changed, 15 insertions(+) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 772cc960fe..fab18089db 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @