qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 01/10] vnc: remove vnc_display global


From: Gonglei
Subject: Re: [Qemu-devel] [PATCH v2 01/10] vnc: remove vnc_display global
Date: Thu, 11 Dec 2014 09:58:51 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

On 2014/12/10 17:37, Gerd Hoffmann wrote:

> Replace with a vnc_displays list, so we can have multiple vnc server
> instances.  Add vnc_server_find function to lookup a display by id.
> With no id supplied return the first vnc server, for backward
> compatibility reasons.
> 
> It is not possible (yet) to actually create mutiple vnc server

s/mutiple/multiple/

> instances.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  ui/vnc.c | 63 +++++++++++++++++++++++++++++++++++++++++----------------------
>  ui/vnc.h |  2 ++
>  2 files changed, 43 insertions(+), 22 deletions(-)

Reviewed-by: Gonglei <address@hidden>




reply via email to

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