Re: [PATCH 24/67] ui/console: update the head from unused QemuConsole

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:37:58PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > When recycling unused QemuConsole, we should still set the associated > head number for correct information and lookups. > > Signed-off-by: Marc-André Lureau > --- > ui/console.c | 2 +-

[PATCH 24/67] ui/console: update the head from unused QemuConsole

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau When recycling unused QemuConsole, we should still set the associated head number for correct information and lookups. Signed-off-by: Marc-André Lureau --- ui/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/console.c b/ui/console.c