Hi On Thu, Jan 28, 2021 at 3:44 PM Gerd Hoffmann <kra...@redhat.com> wrote:
> Hi, > > > diff --git a/ui/spice-display.c b/ui/spice-display.c > > index 0178d5766d..3d3e3bcb22 100644 > > --- a/ui/spice-display.c > > +++ b/ui/spice-display.c > > @@ -1188,4 +1188,6 @@ void qemu_spice_display_init(void) > > } > > qemu_spice_display_init_one(con); > > } > > if (runstate_is_running()) { > qemu_spice_display_start(); > } > > Isn't that enough? > That should be fine too, I'll update the patch. thanks