[Qemu-devel] Re: [PATCH] vnc: Fix fatal crash with vnc reverse mode

2011-02-23 Thread Anthony Liguori
On 02/23/2011 03:57 PM, Stefan Weil wrote: Am 16.02.2011 21:16, schrieb Anthony Liguori: On 02/16/2011 01:48 PM, Stefan Weil wrote: Reverse mode is unusable: qemu -vnc localhost:5500,reverse crashes in vnc_refresh_server_surface because some pointers are NULL. Fix this by calling vnc_dpy

[Qemu-devel] Re: [PATCH] vnc: Fix fatal crash with vnc reverse mode

2011-02-23 Thread Anthony Liguori
On 02/16/2011 01:48 PM, Stefan Weil wrote: Reverse mode is unusable: qemu -vnc localhost:5500,reverse crashes in vnc_refresh_server_surface because some pointers are NULL. Fix this by calling vnc_dpy_resize (which initializes these pointers) before calling vnc_refresh. Cc: Anthony Lig

[Qemu-devel] Re: [PATCH] vnc: Fix fatal crash with vnc reverse mode

2011-02-23 Thread Stefan Weil
Am 16.02.2011 21:16, schrieb Anthony Liguori: On 02/16/2011 01:48 PM, Stefan Weil wrote: Reverse mode is unusable: qemu -vnc localhost:5500,reverse crashes in vnc_refresh_server_surface because some pointers are NULL. Fix this by calling vnc_dpy_resize (which initializes these pointers) b

[Qemu-devel] Re: [PATCH] vnc: Fix fatal crash with vnc reverse mode

2011-02-16 Thread Anthony Liguori
On 02/16/2011 01:48 PM, Stefan Weil wrote: Reverse mode is unusable: qemu -vnc localhost:5500,reverse crashes in vnc_refresh_server_surface because some pointers are NULL. Fix this by calling vnc_dpy_resize (which initializes these pointers) before calling vnc_refresh. Cc: Anthony Lig