From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBIWO-00029C-Tq for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:14:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBIWK-0004Xr-SZ for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:14:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBIWK-0004Xn-Mp for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:14:28 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 570758F4F7 for ; Fri, 10 Jun 2016 09:14:28 +0000 (UTC) Message-ID: <1465550067.2920.5.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 10 Jun 2016 11:14:27 +0200 In-Reply-To: <1465243261-26731-1-git-send-email-thuth@redhat.com> References: <1465243261-26731-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ui/console-gl: Add support for big endian display surfaces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org On Mo, 2016-06-06 at 22:01 +0200, Thomas Huth wrote: > This is required for running QEMU on big endian hosts (like > PowerPC machines) that use RGB instead of BGR byte ordering. Added to ui patch queue. thanks, Gerd