From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Feg1O-00083z-RI for qemu-devel@nongnu.org; Fri, 12 May 2006 18:22:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Feg1M-00082r-AH for qemu-devel@nongnu.org; Fri, 12 May 2006 18:22:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Feg1M-00082o-5E for qemu-devel@nongnu.org; Fri, 12 May 2006 18:22:04 -0400 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Feg3B-0006nd-AI for qemu-devel@nongnu.org; Fri, 12 May 2006 18:23:57 -0400 Received: from [84.102.211.46] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0IZ6006TIBGPY791@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Sat, 13 May 2006 00:22:01 +0200 (CEST) Date: Sat, 13 May 2006 00:21:24 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] VNC cross-endian failures In-reply-to: <20060512200013.GP15855@narn.hozed.org> Message-id: <44650A64.9030404@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20060512200013.GP15855@narn.hozed.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Troy Benjegerdes wrote: > The VNC protocol says the server is is supposed to send the data in the > format the client wants, however the current implementation sends vnc > data in the server native format. > > What is the best way to fix this? Using -bgr is not right since that > will mess up same-endian clients. A fix will be commited ASAP... Fabrice.