From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPta1-000065-Oe for qemu-devel@nongnu.org; Fri, 05 Sep 2014 09:29:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPtZw-0000IQ-OS for qemu-devel@nongnu.org; Fri, 05 Sep 2014 09:29:33 -0400 Received: from mail-la0-f53.google.com ([209.85.215.53]:35278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPtZw-0000IF-Hw for qemu-devel@nongnu.org; Fri, 05 Sep 2014 09:29:28 -0400 Received: by mail-la0-f53.google.com with SMTP id q1so5303229lam.12 for ; Fri, 05 Sep 2014 06:29:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1409917876-21961-9-git-send-email-kraxel@redhat.com> References: <1409917876-21961-1-git-send-email-kraxel@redhat.com> <1409917876-21961-9-git-send-email-kraxel@redhat.com> From: Peter Maydell Date: Fri, 5 Sep 2014 14:29:02 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Gerd Hoffmann Cc: QEMU Developers , Anthony Liguori 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... thanks -- PMM