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

2022-03-25 Thread Marc-André Lureau
Hi On Fri, Mar 25, 2022 at 1:53 PM Akihiko Odaki wrote: > Signed-off-by: Akihiko Odaki > Reviewed-by: Marc-André Lureau Akihiko, is this fixing a visible bug? If so, it would be nice you detail it in the commit message and someone should queue it for 7.0 thanks > --- > ui/console.c | 21

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

2022-03-25 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki --- ui/console.c | 21 + 1 file changed, 21 insertions(+) diff --git a/ui/console.c b/ui/console.c index da434ce1b2f..1752f2ec889 100644 --- a/ui/console.c +++ b/ui/console.c @@ -1886,6 +1886,9 @@ void dpy_gl_scanout_disable(QemuConsole *con)