From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDj1-00079u-9R for qemu-devel@nongnu.org; Mon, 19 Jan 2015 09:54:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDDiy-0005bK-35 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 09:54:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDix-0005bA-SZ for qemu-devel@nongnu.org; Mon, 19 Jan 2015 09:54:40 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0JEsdYw001310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 19 Jan 2015 09:54:39 -0500 Message-ID: <54BD1AAB.5060505@redhat.com> Date: Mon, 19 Jan 2015 09:54:35 -0500 From: Max Reitz MIME-Version: 1.0 References: <1421674603-31575-1-git-send-email-kraxel@redhat.com> <1421674603-31575-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1421674603-31575-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/7] pixman: add a bunch of PIXMAN_BE_* defines for 32bpp List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 2015-01-19 at 08:36, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/ui/qemu-pixman.h | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) Reviewed-by: Max Reitz