Re: [Qemu-devel] [PATCH 06/14] hw/char/pl011: Support all interrupt lines

2019-02-17 Thread Richard Henderson
On 2/14/19 4:50 AM, Peter Maydell wrote: > The PL011 UART has six interrupt lines: > * RX (receive data) > * TX (transmit data) > * RT (receive timeout) > * MS (modem status) > * E (errors) > * combined (logical OR of all the above) > > So far we have only emulated the combined interrupt lin

[Qemu-devel] [PATCH 06/14] hw/char/pl011: Support all interrupt lines

2019-02-14 Thread Peter Maydell
The PL011 UART has six interrupt lines: * RX (receive data) * TX (transmit data) * RT (receive timeout) * MS (modem status) * E (errors) * combined (logical OR of all the above) So far we have only emulated the combined interrupt line; add support for the others, so that boards that wire the