Re: [PATCH v2] ui/console: Check console before emitting GL event

2022-03-28 Thread Philippe Mathieu-Daudé
On 25/3/22 17:12, Akihiko Odaki wrote: Without this change, The GL output of a console overwrites the other consoles and makes them unusable. Signed-off-by: Akihiko Odaki Reviewed-by: Marc-André Lureau --- ui/console.c | 21 + 1 file changed, 21 insertions(+) Thanks, q

Re: [PATCH v2] ui/console: Check console before emitting GL event

2022-03-28 Thread Philippe Mathieu-Daudé
On 25/3/22 17:12, Akihiko Odaki wrote: Without this change, The GL output of a console overwrites the other consoles and makes them unusable. Signed-off-by: Akihiko Odaki Reviewed-by: Marc-André Lureau --- ui/console.c | 21 + 1 file changed, 21 insertions(+) Reviewed-

[PATCH v2] ui/console: Check console before emitting GL event

2022-03-25 Thread Akihiko Odaki
Without this change, The GL output of a console overwrites the other consoles and makes them unusable. Signed-off-by: Akihiko Odaki Reviewed-by: Marc-André Lureau --- ui/console.c | 21 + 1 file changed, 21 insertions(+) diff --git a/ui/console.c b/ui/console.c index da434c