From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPtkd-0002RH-QO for qemu-devel@nongnu.org; Fri, 05 Sep 2014 09:40:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPtkY-0004PE-Lb for qemu-devel@nongnu.org; Fri, 05 Sep 2014 09:40:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPtkY-0004P1-CV for qemu-devel@nongnu.org; Fri, 05 Sep 2014 09:40:26 -0400 Message-ID: <1409924418.20018.20.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 05 Sep 2014 15:40:18 +0200 In-Reply-To: References: <1409917876-21961-1-git-send-email-kraxel@redhat.com> <1409917876-21961-9-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 8/8] console: Remove unused QEMU_BIG_ENDIAN_FLAG List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Anthony Liguori On Fr, 2014-09-05 at 14:29 +0100, Peter Maydell wrote: > On 5 September 2014 12:51, Gerd Hoffmann wrote: > > From: Benjamin Herrenschmidt > > > > If we need to, we should use the pixman formats instead but for > > now this is unused except in commented out code so take it out > > to avoid further confusion about surface endianness. > > > > Signed-off-by: Benjamin Herrenschmidt > > Hi Gerd -- this one seems to be missing your signed-off-by... Oops. Fixed & pushed pull-console-20140905-2 cheers, Gerd