Re: [Qemu-devel] PATCH 1/8: Refactor VNC server setup API

2007-08-13 Thread Daniel P. Berrange
This patch splits the vnc_display_init function into two parts, the resulting vnc_display_init function merely initializes a little state. The new vnc_display_open function is responsible for starting the server. This refactoring is in preparation for the next patch. Signed-off-by: Daniel P. Be

Re: [Qemu-devel] PATCH 1/8: Refactor VNC server setup API

2007-07-31 Thread Daniel P. Berrange
This patch splits the vnc_display_init function into two parts, the resulting vnc_display_init function merely initializes a little state. The new vnc_display_open function is responsible for starting the server. This refactoring is in preparation for the next patch. diff -r cdd882fa7018 vl.c ---