From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwqKe-00085A-PI for qemu-devel@nongnu.org; Tue, 17 Jun 2014 06:09:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwqKY-0006K2-GQ for qemu-devel@nongnu.org; Tue, 17 Jun 2014 06:09:36 -0400 Received: from gate.crashing.org ([63.228.1.57]:38851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwqKY-0006Jw-76 for qemu-devel@nongnu.org; Tue, 17 Jun 2014 06:09:30 -0400 Message-ID: <1402999758.7661.129.camel@pasglop> From: Benjamin Herrenschmidt Date: Tue, 17 Jun 2014 20:09:18 +1000 In-Reply-To: <20140617120044.3ae839fa@bahia.local> References: <1402974463.7661.102.camel@pasglop> <539FC6B9.6060003@redhat.com> <1402981184.7661.107.camel@pasglop> <539FD3F1.2010304@redhat.com> <53A007D3.2090604@ozlabs.ru> <20140617120044.3ae839fa@bahia.local> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] qemu VGA endian swap low level drawing changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: Peter Maydell , Alexey Kardashevskiy , "qemu-devel@nongnu.org" , Alexander Graf , Gerd Hoffmann , Paolo Bonzini On Tue, 2014-06-17 at 12:00 +0200, Greg Kurz wrote: > There has been a discussion already about virtio endianness: relying on > a guest system wide setting such as LPCR_ILE has been strongly rejected > at the time... The consensus for virtio is "device endianness is the > endianness of the CPU that does the reset" (hence MSR_LE for PPC). How on earth did anybody reach such a conclusion ? Of all the possible options I can think of this is the one that makes the *less* sense ! Cheers, Ben.