qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 2f487a: ui/vnc: fix vmware VGA incompatibliti


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 2f487a: ui/vnc: fix vmware VGA incompatiblities
Date: Tue, 18 Mar 2014 11:00:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2f487a3d40faff1772e14da6b921900915501f9a
      
https://github.com/qemu/qemu/commit/2f487a3d40faff1772e14da6b921900915501f9a
  Author: Peter Lieven <address@hidden>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M hw/display/vmware_vga.c
    M ui/vnc.c

  Log Message:
  -----------
  ui/vnc: fix vmware VGA incompatiblities

this fixes invalid rectangle updates observed after commit 12b316d
with the vmware VGA driver. The issues occured because the server
and client surface update seems to be out of sync at some points
and the max width of the surface is not dividable by
VNC_DIRTY_BITS_PER_PIXEL (16).

Reported-by: Serge Hallyn <address@hidden>
Signed-off-by: Peter Lieven <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 059b3527f0229f4d60fd77a317503d42abd5e50f
      
https://github.com/qemu/qemu/commit/059b3527f0229f4d60fd77a317503d42abd5e50f
  Author: Peter Maydell <address@hidden>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M hw/display/vmware_vga.c
    M ui/vnc.c

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

vnc: fix vmware VGA incompatiblities

# gpg: Signature made Tue 18 Mar 2014 07:23:10 GMT 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-2:
  ui/vnc: fix vmware VGA incompatiblities

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


Compare: https://github.com/qemu/qemu/compare/2dda43bacc79...059b3527f022

reply via email to

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