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
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
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
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