From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHz0-0000jb-RL for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxHyu-0005MZ-UD for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:41:06 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:45650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHyu-0005MD-Mp for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:41:00 -0400 Received: by mail-la0-f54.google.com with SMTP id mc6so638694lab.41 for ; Wed, 18 Jun 2014 08:40:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <53A1B248.7020007@suse.de> References: <20140613111703.22108.14322.stgit@bahia.local> <20140617073631.GL16768@stefanha-thinkpad.redhat.com> <539FF0E3.6040407@suse.de> <20140618103814.GG14030@stefanha-thinkpad.redhat.com> <20140618134204.GB31764@redhat.com> <20140618162804.6e2cb399@bahia.local> <53A1B248.7020007@suse.de> From: Peter Maydell Date: Wed, 18 Jun 2014 16:40:39 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v8 00/20] virtio endian-ambivalent target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Kevin Wolf , Anthony Liguori , "Michael S. Tsirkin" , Stefan Hajnoczi , Rusty Russell , QEMU Developers , Juan Quintela , "Aneesh Kumar K.V" , Stefan Hajnoczi , Amit Shah , Paolo Bonzini , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Greg Kurz On 18 June 2014 16:37, Alexander Graf wrote: > I actually agree with Greg here. We implicitly create different VGA adapters > today depending on TARGET_WORDS_BIGENDIAN. The FB endianness should have > been separate devices (BE / LE) or runtime configuration from the beginning. > > Anything that checks TARGET_WORDS_BIGENDIAN in hw/ is very likely to do > something pretty wrong ;). Directly, yes, it's a bit of a red flag. But a huge % of devices do indirectly, by marking their memory regions as DEVICE_NATIVE_ENDIAN. thanks -- PMM