|
From: | Richard Henderson |
Subject: | Re: [Qemu-arm] [Qemu-devel] [PATCH 06/14] hw/char/pl011: Support all interrupt lines |
Date: | Sun, 17 Feb 2019 10:00:38 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
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 <address@hidden> > --- > include/hw/char/pl011.h | 2 +- > hw/char/pl011.c | 46 +++++++++++++++++++++++++++++++++++++++-- > 2 files changed, 45 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |