]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/iotkit: Fix IRQ number for timer1
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Jul 2018 11:38:54 +0000 (12:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Jul 2018 13:51:40 +0000 (14:51 +0100)
commit984b0c100f74eb4a32b3d44eb80963ee82ebfba5
treed52f07ef1f98f461891474278f9147d9dcc999e9
parent942566ffc189ad1ea09d350860d08d95597537ca
hw/arm/iotkit: Fix IRQ number for timer1

A cut-and-paste error meant we were incorrectly wiring up the timer1
IRQ to IRQ3. IRQ3 is the interrupt for timer0 -- move timer0 to
IRQ4 where it belongs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180727113854.20283-3-peter.maydell@linaro.org
hw/arm/iotkit.c