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

2014-12-10 Thread Gonglei
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 (y

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

2014-12-10 Thread Gerd Hoffmann
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 instances. S