> > graphic_hw_update(con); > surface = qemu_console_surface(con); > + if (!surface) { > + error_setg(errp, "no surface"); > + return; > + } > +
Added to ui queue. thanks, Gerd
> > graphic_hw_update(con); > surface = qemu_console_surface(con); > + if (!surface) { > + error_setg(errp, "no surface"); > + return; > + } > +
Added to ui queue. thanks, Gerd