From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FejvR-000458-TY for qemu-devel@nongnu.org; Fri, 12 May 2006 22:32:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FejvN-00043L-MW for qemu-devel@nongnu.org; Fri, 12 May 2006 22:32:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FejvN-00043C-FE for qemu-devel@nongnu.org; Fri, 12 May 2006 22:32:09 -0400 Received: from [32.97.182.145] (helo=e5.ny.us.ibm.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FejxF-0001zS-5S for qemu-devel@nongnu.org; Fri, 12 May 2006 22:34:05 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e5.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k4D2W5BA002242 for ; Fri, 12 May 2006 22:32:05 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k4D2W5xo225318 for ; Fri, 12 May 2006 22:32:05 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k4D2W5vP026381 for ; Fri, 12 May 2006 22:32:05 -0400 Received: from [9.76.21.190] (sig-9-76-21-190.mts.ibm.com [9.76.21.190]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k4D2W4fo026357 for ; Fri, 12 May 2006 22:32:05 -0400 Message-ID: <44654522.1050005@us.ibm.com> Date: Fri, 12 May 2006 21:32:02 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] VNC cross-endian failures References: <20060512200013.GP15855@narn.hozed.org> In-Reply-To: <20060512200013.GP15855@narn.hozed.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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. > Fabrice just added support for BGR so hopefully you'll see a proper fix go into CVS soon. Regards, Anthony Liguori > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >