From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9J5V-0006ZM-VX for qemu-devel@nongnu.org; Tue, 04 May 2010 10:27:06 -0400 Received: from [140.186.70.92] (port=46862 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9J5U-0006YQ-IW for qemu-devel@nongnu.org; Tue, 04 May 2010 10:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9J5N-00032T-Ta for qemu-devel@nongnu.org; Tue, 04 May 2010 10:27:04 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:48712) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9J5N-00032F-Or for qemu-devel@nongnu.org; Tue, 04 May 2010 10:26:57 -0400 Received: by pvg11 with SMTP id 11so1601050pvg.4 for ; Tue, 04 May 2010 07:26:56 -0700 (PDT) Message-ID: <4BE02EAD.9020806@codemonkey.ws> Date: Tue, 04 May 2010 09:26:53 -0500 From: Anthony Liguori 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> <4BDFD6FA.7030200@redhat.com> In-Reply-To: <4BDFD6FA.7030200@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Corentin Chary , qemu-devel@nongnu.org On 05/04/2010 03:12 AM, Kevin Wolf wrote: > 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. > Makes sense. Regards, Anthony Liguori > Kevin > > > >