On 25/5/23 14:55, Peter Maydell wrote:
On Thu, 25 May 2023 at 13:52, Alex Bennée wrote:
Peter Maydell writes:
On Mon, 22 May 2023 at 16:32, Philippe Mathieu-Daudé wrote:
Do not transmit characters when UART or transmitter are disabled.
Signed-off-by: Philippe Mathieu-Daudé
Last time
On Thu, 25 May 2023 at 13:52, Alex Bennée wrote:
>
>
> Peter Maydell writes:
>
> > On Mon, 22 May 2023 at 16:32, Philippe Mathieu-Daudé
> > wrote:
> >>
> >> Do not transmit characters when UART or transmitter are disabled.
> >>
> >> Signed-off-by: Philippe Mathieu-Daudé
> >
> > Last time someb
Peter Maydell writes:
> On Mon, 22 May 2023 at 16:32, Philippe Mathieu-Daudé
> wrote:
>>
>> Do not transmit characters when UART or transmitter are disabled.
>>
>> Signed-off-by: Philippe Mathieu-Daudé
>
> Last time somebody tried to add checks on the tx/rx enable bits
> for the PL011 it bro
On Mon, 22 May 2023 at 16:32, Philippe Mathieu-Daudé wrote:
>
> Do not transmit characters when UART or transmitter are disabled.
>
> Signed-off-by: Philippe Mathieu-Daudé
Last time somebody tried to add checks on the tx/rx enable bits
for the PL011 it broke 'make check' because the hand-rolled
Philippe Mathieu-Daudé writes:
> Do not transmit characters when UART or transmitter are disabled.
>
> Signed-off-by: Philippe Mathieu-Daudé
Reviewed-by: Alex Bennée
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
Do not transmit characters when UART or transmitter are disabled.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/char/pl011.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/hw/char/pl011.c b/hw/char/pl011.c
index c55ef41fbf..30bedeac15 100644
--- a/hw/char/pl011.c
+++ b