Re: [Qemu-devel] [PATCH] mps2-an511: Fix wiring of UART overflow interrupt lines

2017-09-12 Thread Alistair Francis
On Tue, Sep 12, 2017 at 9:13 AM, Peter Maydell wrote: > 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-sta...@nongnu.org > Signed-off-by: Peter

Re: [Qemu-devel] [PATCH] mps2-an511: Fix wiring of UART overflow interrupt lines

2017-09-12 Thread Peter Maydell
On 12 September 2017 at 17:22, Philippe Mathieu-Daudé wrote: > (CC'ed qemu-arm) > > Hi Peter, > > On 09/12/2017 01:13 PM, Peter Maydell wrote: >> >> 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

Re: [Qemu-devel] [PATCH] mps2-an511: Fix wiring of UART overflow interrupt lines

2017-09-12 Thread Philippe Mathieu-Daudé
(CC'ed qemu-arm) Hi Peter, On 09/12/2017 01:13 PM, Peter Maydell wrote: 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. oops tricky to catch Cc: qemu-sta...@nongnu.org

[Qemu-devel] [PATCH] mps2-an511: Fix wiring of UART overflow interrupt lines

2017-09-12 Thread Peter Maydell
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-sta...@nongnu.org Signed-off-by: Peter Maydell --- hw/arm/mps2.c | 4 ++-- 1 file changed, 2