Re: [Qemu-devel] [PATCH] ui/vnc: optimize full scanline updates

2015-02-10 Thread Gerd Hoffmann
On Mo, 2015-02-02 at 16:25 +0100, Peter Lieven wrote: > in case we send and update for a complete scanline increment > the y offset to avoid running to find_next_bit for that lines > twice. Added to vnc patch queue. thanks, Gerd

[Qemu-devel] [PATCH] ui/vnc: optimize full scanline updates

2015-02-02 Thread Peter Lieven
in case we send and update for a complete scanline increment the y offset to avoid running to find_next_bit for that lines twice. Signed-off-by: Peter Lieven --- ui/vnc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ui/vnc.c b/ui/vnc.c index a742c90..6fa2ee7 100644 --- a/ui/vnc.c ++