qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V2] vnc: destroy server surface if no client is


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH V2] vnc: destroy server surface if no client is connected
Date: Tue, 29 Sep 2015 12:28:33 +0200

  Hi,

> -    graphic_hw_update(vd->dcl.con);
> +    if (first_client) {
> +        /* set/restore the correct surface in the VNC server */
> +        console_select(0);

Nah, that has unwanted side effects.

Pushed some patches to git://git.kraxel.org/qemu rebase/ui-vnc-next,
could you have a look?

thanks,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]