]> git.ipfire.org Git - thirdparty/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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Sun, 17 Sep 2017 20:02:04 +0000 (15:02 -0500)
commitb8cd97891978f1eaec84d7ad6f8f6b6767186060
tree9bfc7b7ffdaf2a050099857cb4a917506e228efc
parentb24304ca131ecf0eb029ee2c39d46fd4a9ab8901
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
(cherry picked from commit ce3bc112cdb1d462e2d52eaa17a7314e7f3af504)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/arm/mps2.c