From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vxx-0003F1-2Y for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:42:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7vxd-0005Qh-3y for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:42:40 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:40884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vxc-0005QL-Tx for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:42:21 -0400 Message-ID: <4F6110BA.1030904@weilnetz.de> Date: Wed, 14 Mar 2012 22:42:18 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1331757449-20873-1-git-send-email-stuart.yoder@freescale.com> <4F610CA6.8030903@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH][v2] configure: change endianness test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, aliguori@us.ibm.com, paul@codesourcery.com, Stuart Yoder Am 14.03.2012 22:37, schrieb Peter Maydell: > On 14 March 2012 21:24, Stefan Weil wrote: >> Contrary to Paul's argument QEMU does not only support a fixed >> set of known host architectures, but also unknown hosts (via TCI). >> For those, there remains a small chance that they are big endian >> and that they get the wrong endianness now. TCI is still experimental, >> so I don't care too much about this small deficit. > > (speaking with absolutely no idea of the innards of TCI :-)) > I think the correct fix for this is that TCI should be portable > code which doesn't care about the host endianness. > > -- PMM TCI does not care, but the rest of QEMU cares. That's why configure determines the endianness. Stefan