From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFWt-0005f7-HK for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:04:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxFWk-0007Ip-VB for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:03:55 -0400 Received: from gate.crashing.org ([63.228.1.57]:36885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFWk-0007IA-K9 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:03:46 -0400 Message-ID: <1403096614.7661.208.camel@pasglop> From: Benjamin Herrenschmidt Date: Wed, 18 Jun 2014 23:03:34 +1000 In-Reply-To: <1403090315.13406.3.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> 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 Wed, 2014-06-18 at 13:18 +0200, Gerd Hoffmann wrote: > The dispi interface has a versioned id too (VBE_DISPI_IDx) which we > could use too. Which makes sense IMO if we add the register to the > bochs dispi registers. > > We could also place the register in pci config space, then indicate it > exists by either creating it a vendor pci capability or by pci > revision. I'm not fan of the config space option .. I don't like vendor specific stuff in PCI config space. I prefer adding a DISPI VBE register since we never compile that out (despite the ifdef's being still around) do we ? I've tried to engage with the Bochs folks on their mailing list to make sure they agree in principle at least but have had no reply yet. Cheers, Ben.