Re: [Qemu-devel] [PATCH v6 38/73] arm: convert to cpu_interrupt_request

2019-02-07 Thread Alex Bennée
Emilio G. Cota writes: > Cc: Peter Maydell > Cc: qemu-...@nongnu.org > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota > > -/* Hooks may change global state so BQL should be held, also the > - * BQL needs to be held for any modification of > - * cs->interrupt_requ

[Qemu-devel] [PATCH v6 38/73] arm: convert to cpu_interrupt_request

2019-01-29 Thread Emilio G. Cota
Cc: Peter Maydell Cc: qemu-...@nongnu.org Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- target/arm/cpu.c | 6 +++--- target/arm/helper.c | 16 +++- target/arm/machine.c | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/target/arm/cpu.