Re: [PATCH v3 4/4] hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs

2020-10-03 Thread Richard Henderson
On 10/2/20 11:42 AM, Philippe Mathieu-Daudé wrote: > The SYS_timer is not directly wired to the ARM core, but to the > SoC (peripheral) interrupt controller. > > Fixes: 0e5bbd74064 ("hw/arm/bcm2835_peripherals: Use the SYS_timer") > Reviewed-by: Luc Michel > Signed-off-by: Philippe Mathieu-Daudé

[PATCH v3 4/4] hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs

2020-10-02 Thread Philippe Mathieu-Daudé
The SYS_timer is not directly wired to the ARM core, but to the SoC (peripheral) interrupt controller. Fixes: 0e5bbd74064 ("hw/arm/bcm2835_peripherals: Use the SYS_timer") Reviewed-by: Luc Michel Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/bcm2835_peripherals.c | 13 +++-- 1 file c