]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 10 Oct 2020 20:37:09 +0000 (22:37 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Oct 2020 15:12:00 +0000 (16:12 +0100)
commit722bde6789c55f9f872026f796ecabecbec5d82b
tree96deb008c09ab41b4b15ff883e1c2cb3ee1e285a
parentbe95dffa326a63f6f850d389dbe358d25e8ba20b
hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs

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 <luc.michel@greensocs.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20201010203709.3116542-5-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/bcm2835_peripherals.c