Re: [PATCH] hw/char/pl011: add support for sending break

2021-08-13 Thread Peter Maydell
On Fri, 6 Aug 2021 at 15:47, Jan Luebbe wrote: > > Break events are currently only handled by chardev/char-serial.c, so we > just ignore errors, which results in no behaviour change for other > chardevs. > > Signed-off-by: Jan Luebbe Applied to target-arm.next for 6.2, thanks. If you're connec

[PATCH] hw/char/pl011: add support for sending break

2021-08-06 Thread Jan Luebbe
Break events are currently only handled by chardev/char-serial.c, so we just ignore errors, which results in no behaviour change for other chardevs. Signed-off-by: Jan Luebbe --- hw/char/pl011.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/hw/char/pl011.c b/hw/char/pl011.c index dc8