Re: [PATCH 39/67] ui/console: fold text_console_update_cursor_timer

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:38:13PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > --- > ui/console.c | 10 ++ > 1 file changed, 2 insertions(+), 8 deletions(-) Reviewed-by: Daniel P. Berrangé With regards, Daniel -- |: htt

Re: [PATCH 39/67] ui/console: fold text_console_update_cursor_timer

2023-08-30 Thread Philippe Mathieu-Daudé
On 30/8/23 11:38, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- ui/console.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) static void text_console_update_cursor(void *opaque) { QemuConsole *s; @@ -2520,7 +25

[PATCH 39/67] ui/console: fold text_console_update_cursor_timer

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- ui/console.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ui/console.c b/ui/console.c index 04ec2d2488..c31368667d 100644 --- a/ui/console.c +++ b/ui/console.c @@ -174,7 +174,6 @@ static QEMUTimer *cu