From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyDza-0005Rm-63 for qemu-devel@nongnu.org; Sat, 21 Jun 2014 01:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyDzQ-0004eq-S8 for qemu-devel@nongnu.org; Sat, 21 Jun 2014 01:37:34 -0400 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:53488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyDzQ-0004d8-2I for qemu-devel@nongnu.org; Sat, 21 Jun 2014 01:37:24 -0400 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 21 Jun 2014 15:37:11 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id D94952BB0047 for ; Sat, 21 Jun 2014 15:37:08 +1000 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s5L5Etqq62128308 for ; Sat, 21 Jun 2014 15:14:55 +1000 Received: from d23av01.au.ibm.com (localhost [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s5L5b7X9026459 for ; Sat, 21 Jun 2014 15:37:07 +1000 Message-ID: <1403329021.4587.78.camel@pasglop> From: Benjamin Herrenschmidt Date: Sat, 21 Jun 2014 15:37:01 +1000 In-Reply-To: <1403170570.22530.5.camel@nilsson.home.kraxel.org> References: <1402974463.7661.102.camel@pasglop> <1403001900.1614.10.camel@nilsson.home.kraxel.org> <1403003721.7661.148.camel@pasglop> <1403006267.1614.14.camel@nilsson.home.kraxel.org> <1403040734.7661.173.camel@pasglop> <1403090315.13406.3.camel@nilsson.home.kraxel.org> <1403096614.7661.208.camel@pasglop> <1403170570.22530.5.camel@nilsson.home.kraxel.org> 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: Gerd Hoffmann Cc: Alexey Kardashevskiy , Paolo Bonzini , "qemu-devel@nongnu.org" , Alexander Graf On Thu, 2014-06-19 at 11:36 +0200, Gerd Hoffmann wrote: > If not -- then I prefer to play save and not use a vbe register to avoid > ending up with two incompatible bochs interface revisions. If you don't > like the pci config space option -- the mmio bar has plenty of free > space left ;) I'll find something :-) Another advantage I realize in going down that path is that's yet another use of target endian removed from hw/ which gets us a little step closer to having to make the whole hw/ stuff target neutral. Cheers, Ben.