qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 07535a: fix full frame updates for VNC client


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 07535a: fix full frame updates for VNC clients
Date: Fri, 25 Jul 2014 05:00:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 07535a890200e640517be0ae04fcff28860ecd37
      
https://github.com/qemu/qemu/commit/07535a890200e640517be0ae04fcff28860ecd37
  Author: Stephan Kulow <address@hidden>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M ui/vnc.c

  Log Message:
  -----------
  fix full frame updates for VNC clients

If the client asks for !incremental frame updates, it has lost its content
so dirty doesn't matter - it has to see the full frame, so setting force_update

Signed-off-by: Stephan Kulow <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Lieven <address@hidden>


  Commit: 6365828003c8e88bff67d351af4b66c406568a26
      
https://github.com/qemu/qemu/commit/6365828003c8e88bff67d351af4b66c406568a26
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M ui/vnc.c
    M ui/vnc.h

  Log Message:
  -----------
  vnc update fix

We need to remember has_updates for each vnc client.  Otherwise it might
happen that vnc_update_client(has_dirty=1) takes the first exit due to
output buffers not being flushed yet and subsequent calls with
has_dirty=0 take the second exit, wrongly assuming there is nothing to
do because the work defered in the first call is ignored.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Lieven <address@hidden>


  Commit: 7f0b2ff7248f7621b375f108e54eed5690769c47
      
https://github.com/qemu/qemu/commit/7f0b2ff7248f7621b375f108e54eed5690769c47
  Author: Peter Maydell <address@hidden>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M ui/vnc.c
    M ui/vnc.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140725-1' into 
staging

vnc: fix two vnc update issues.

# gpg: Signature made Fri 25 Jul 2014 08:44:23 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-vnc-20140725-1:
  vnc update fix
  fix full frame updates for VNC clients

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/3b257486639c...7f0b2ff7248f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]