Re: [Qemu-devel] [PULL 1/1] ui/vnc: fix vmware VGA incompatiblities

2021-01-05 Thread Gerd Hoffmann
Hi, > > -#define SVGA_MAX_WIDTH 2360 > > +#define SVGA_MAX_WIDTH ROUND_UP(2360, > > VNC_DIRTY_PIXELS_PER_BIT) > Here we pull in the VNC header in order to get the definition > of the VNC_DIRTY_PIXELS_PER_BIT constant, but I don't understand > why. The hw/displ

Re: [Qemu-devel] [PULL 1/1] ui/vnc: fix vmware VGA incompatiblities

2021-01-04 Thread Peter Maydell
On Tue, 18 Mar 2014 at 07:26, Gerd Hoffmann wrote: > > From: Peter Lieven > > 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 wid

[Qemu-devel] [PULL 1/1] ui/vnc: fix vmware VGA incompatiblities

2014-03-18 Thread Gerd Hoffmann
From: Peter Lieven 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 (1