From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9EX8-0002Mb-GD for qemu-devel@nongnu.org; Tue, 04 May 2010 05:35:18 -0400 Received: from [140.186.70.92] (port=45628 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9EX6-0002Ko-Gv for qemu-devel@nongnu.org; Tue, 04 May 2010 05:35:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9EX4-0003FO-Ry for qemu-devel@nongnu.org; Tue, 04 May 2010 05:35:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1026) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9DFj-0002Ap-Rq for qemu-devel@nongnu.org; Tue, 04 May 2010 04:13:16 -0400 Message-ID: <4BDFD6FA.7030200@redhat.com> Date: Tue, 04 May 2010 10:12:42 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] vnc: split encoding in specific files References: <1272889894-17734-1-git-send-email-corentincj@iksaif.net> <4BDF04CB.90104@codemonkey.ws> In-Reply-To: <4BDF04CB.90104@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Corentin Chary , qemu-devel@nongnu.org Am 03.05.2010 19:15, schrieb Anthony Liguori: > On 05/03/2010 07:31 AM, Corentin Chary wrote: >> This will allow to implement new encodings (tight, zrle, ..) >> in a cleaner way. This may hurt performances, because some >> functions like vnc_convert_pixel are not static anymore, but >> should not be a problem with gcc 4.5 and the new -flto. >> >> Signed-off-by: Corentin Chary >> > > Applied. Thanks. > > It's probably time to make a vnc directory too. Or maybe one for all of the interfaces we currently have in the root directory? So it would include not only VNC, but also SDL and curses. Kevin