Re: [PATCH] vl: add missing display_remote++

2023-11-20 Thread Marc-André Lureau
Hi On Fri, Nov 17, 2023 at 6:18 PM wrote: > > From: Marc-André Lureau > > We should also consider -display vnc= as setting up a remote display, > and not attempt to add another default one. > > The display_remote++ in qemu_setup_display() isn't necessary at this > point, but is there for complet

[PATCH] vl: add missing display_remote++

2023-11-17 Thread marcandre . lureau
From: Marc-André Lureau We should also consider -display vnc= as setting up a remote display, and not attempt to add another default one. The display_remote++ in qemu_setup_display() isn't necessary at this point, but is there for completeness and further usages of the variable. Signed-off-by: