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 line; > add support for the others, so that boards that wire them > up to different interrupt controller inputs can do so. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/char/pl011.h | 2 +- > hw/char/pl011.c | 46 +++++++++++++++++++++++++++++++++++++++-- > 2 files changed, 45 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~