[PATCH v2 0/2] vnc: unbreak older gtk-vnc

Gerd Hoffmann posted 2 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210125104041.495274-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
[PATCH v2 0/2] vnc: unbreak older gtk-vnc
Posted by Gerd Hoffmann 3 years, 3 months ago

Gerd Hoffmann (2):
  Revert "vnc: move initialization to framebuffer_update_request"
  vnc: send extended desktop resize on update requests

 ui/vnc.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

-- 
2.29.2



Re: [PATCH v2 0/2] vnc: unbreak older gtk-vnc
Posted by Laszlo Ersek 3 years, 3 months ago
On 01/25/21 11:40, Gerd Hoffmann wrote:
> 
> 
> Gerd Hoffmann (2):
>   Revert "vnc: move initialization to framebuffer_update_request"
>   vnc: send extended desktop resize on update requests
> 
>  ui/vnc.c | 14 ++++++++++----
>  1 file changed, 10 insertions(+), 4 deletions(-)
> 

I didn't test desktop resize, but I can confirm the regression is gone.

Tested-by: Laszlo Ersek <lersek@redhat.com>

Thanks!
Laszlo