From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzDOT-0006SY-2C for qemu-devel@nongnu.org; Mon, 23 Jun 2014 19:11:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzDOM-0003A3-Uk for qemu-devel@nongnu.org; Mon, 23 Jun 2014 19:11:21 -0400 Received: from gate.crashing.org ([63.228.1.57]:40411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzDOM-00039x-Ld for qemu-devel@nongnu.org; Mon, 23 Jun 2014 19:11:14 -0400 From: Benjamin Herrenschmidt Date: Tue, 24 Jun 2014 09:10:54 +1000 Message-Id: <1403565068-15229-1-git-send-email-benh@kernel.crashing.org> Subject: [Qemu-devel] [RFC 00/14] VGA cleanups and endian control List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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