Re: [Qemu-devel] [RFC v4 14/71] cpu: define cpu_halted helpers

2018-10-31 Thread Alex Bennée
Emilio G. Cota writes: > cpu->halted will soon be protected by cpu->lock. > We will use these helpers to ease the transition, > since right now cpu->halted has many direct callers. > > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > include/

[Qemu-devel] [RFC v4 14/71] cpu: define cpu_halted helpers

2018-10-25 Thread Emilio G. Cota
cpu->halted will soon be protected by cpu->lock. We will use these helpers to ease the transition, since right now cpu->halted has many direct callers. Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- include/qom/cpu.h | 24 1 file changed, 24 insertions