From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYfoN-00076u-AA for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:27:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYfoK-0000Up-6l for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:27:35 -0500 Received: from mail-ia0-f173.google.com ([209.85.210.173]:59045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYfoK-0000Uk-2S for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:27:32 -0500 Received: by mail-ia0-f173.google.com with SMTP id m10so383882iam.4 for ; Wed, 14 Nov 2012 08:27:31 -0800 (PST) From: Anthony Liguori In-Reply-To: <1352796133-956-1-git-send-email-kraxel@redhat.com> References: <1352796133-956-1-git-send-email-kraxel@redhat.com> Date: Wed, 14 Nov 2012 10:27:27 -0600 Message-ID: <87pq3grvyo.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/6] pixman build fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > > This patch series fixes the build issues with the internal pixman > submodule. It also adds licensing info to the qemu-pixman.[ch] files. > > please pull, > Gerd > > The following changes since commit f5022a135e4309a54d433c69b2a056756b2d0d6b: > > aio: fix aio_ctx_prepare with idle bottom halves (2012-11-12 20:02:09 +0400) > > are available in the git repository at: > git://git.kraxel.org/qemu pixman.v4 Pulled. Thanks. Regards, Anthony Liguori > > Gerd Hoffmann (6): > pixman: add output dir to include path > pixman: pass tools to configure > pixman: disable gtk > pixman: add pass cflags, add -fPIC > pixman: build internal version early > pixman: add licensing info > > Makefile | 2 +- > configure | 17 +++++++++++------ > qemu-pixman.c | 5 +++++ > qemu-pixman.h | 5 +++++ > 4 files changed, 22 insertions(+), 7 deletions(-)