From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1a71-0004Mc-SE for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:51:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1a6u-0003Gi-9T for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:51:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1a6u-0003Gd-24 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:51:00 -0400 Message-ID: <1404129055.24066.34.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 30 Jun 2014 13:50:55 +0200 In-Reply-To: <1403565068-15229-1-git-send-email-benh@kernel.crashing.org> References: <1403565068-15229-1-git-send-email-benh@kernel.crashing.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: Benjamin Herrenschmidt Cc: qemu-devel@nongnu.org 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 ... cheers, Gerd