From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1apQ-0006Yo-3u for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1apH-00021a-Of for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:37:00 -0400 Received: from gate.crashing.org ([63.228.1.57]:54930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1apH-00021L-Eg for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:36:51 -0400 Message-ID: <1404131807.29546.8.camel@pasglop> From: Benjamin Herrenschmidt Date: Mon, 30 Jun 2014 22:36:47 +1000 In-Reply-To: <1404129055.24066.34.camel@nilsson.home.kraxel.org> References: <1403565068-15229-1-git-send-email-benh@kernel.crashing.org> <1404129055.24066.34.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 00/14] VGA cleanups and endian control List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Mon, 2014-06-30 at 13:50 +0200, Gerd Hoffmann wrote: > On Di, 2014-06-24 at 09:10 +1000, Benjamin Herrenschmidt wrote: > > This series cleans up VGA and a bit of cirrus to remove all > > the now unused conversions to non-32bpp surfaces. Then the last > > two patches add a proposed variant of the endian control register > > and the (still somewhat controversial) trick to auto-switch VGA > > endian on powerpc SPAPR platforms. > > > > They apply on top of Gerd pixel format series > > Looks good overall. I'll go test this when I find time, after flushing > my email backlog ... Thanks. The main issues I know of at this point are the HW cursor vs. cirrus and the lack of response from the Bochs guys... I'll respin based on your other comments some time this or next week, let me know if there's any other low hanging fruit in that area that I can take care of while I'm at it. Cheers, Ben.