]> git.proxmox.com Git - mirror_qemu.git/commit
mps2-an511: Fix wiring of UART overflow interrupt lines
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Sep 2017 17:43:19 +0000 (18:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Sep 2017 17:43:19 +0000 (18:43 +0100)
commitce3bc112cdb1d462e2d52eaa17a7314e7f3af504
treee956f9c4bd71330f186a36847460999882a6c651
parentd464814ae729f3200234ff74d5f050ddad4f1f20
mps2-an511: Fix wiring of UART overflow interrupt lines

Fix an error that meant we were wiring every UART's overflow
interrupts into the same inputs 0 and 1 of the OR gate,
rather than giving each its own input.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Message-id: 1505232834-20890-1-git-send-email-peter.maydell@linaro.org
hw/arm/mps2.c