From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL7vv-0008S2-73 for qemu-devel@nongnu.org; Tue, 10 Feb 2015 05:20:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YL7vq-0000GR-NX for qemu-devel@nongnu.org; Tue, 10 Feb 2015 05:20:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL7vq-0000G3-AY for qemu-devel@nongnu.org; Tue, 10 Feb 2015 05:20:38 -0500 Message-ID: <1423563629.5909.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 10 Feb 2015 11:20:29 +0100 In-Reply-To: <1422890734-7049-1-git-send-email-pl@kamp.de> References: <1422890734-7049-1-git-send-email-pl@kamp.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/vnc: optimize full scanline updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: qemu-devel@nongnu.org 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