From patchwork Mon Dec 10 12:48:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 204866 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 516742C0156 for ; Mon, 10 Dec 2012 23:48:36 +1100 (EST) Received: from localhost ([::1]:45164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti2mg-0001ko-GG for incoming@patchwork.ozlabs.org; Mon, 10 Dec 2012 07:48:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti2mQ-0001eN-CH for qemu-devel@nongnu.org; Mon, 10 Dec 2012 07:48:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti2mF-0006lw-MK for qemu-devel@nongnu.org; Mon, 10 Dec 2012 07:48:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti2mF-0006lT-El for qemu-devel@nongnu.org; Mon, 10 Dec 2012 07:48:07 -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 qBACm6NV022814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Dec 2012 07:48:06 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-23.ams2.redhat.com [10.36.116.23]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qBACm51r006357; Mon, 10 Dec 2012 07:48:05 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id D221340BF1; Mon, 10 Dec 2012 13:48:04 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 10 Dec 2012 13:48:04 +0100 Message-Id: <1355143684-16850-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1355143684-16850-1-git-send-email-kraxel@redhat.com> References: <1355143684-16850-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PATCH 2/2] pixman: update internal copy to pixman-0.28.2 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Some w64 fixes by Stefan Weil found their way into 0.28.2, so update the internal copy to that version to improve windows support. Signed-off-by: Gerd Hoffmann --- pixman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pixman b/pixman index 97336fa..a5e5179 160000 --- a/pixman +++ b/pixman @@ -1 +1 @@ -Subproject commit 97336fad32acf802003855cd8bd6477fa49a12e3 +Subproject commit a5e5179b5624c99c812e9bf6e7b907e355a811e8