From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVydR-0004Tw-DI for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:38:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVydO-0004dM-3U for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:38:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVydN-0004dE-Rc for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:38:26 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2C8cP3t016297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 12 Mar 2015 04:38:25 -0400 From: Gerd Hoffmann Date: Thu, 12 Mar 2015 09:38:11 +0100 Message-Id: <1426149496-6043-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL v2 0/5] sdl patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Misc stuff in the basket: sdl bugfixes, some preparing patches for the upcoming opengl support in sdl2, x11 build improvement. v2 fixes the clang build failure. please pull, Gerd The following changes since commit d598911b6f5e7bf7bafb63b8e1d074729e94aca7: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311' into staging (2015-03-11 16:30:33 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-sdl-20150312-1 for you to fetch changes up to ecdc9a53acd7a5d0cf48f1b77b83c70e513e81da: pixman: add a bunch of PIXMAN_BE_* defines for 32bpp (2015-03-12 09:20:42 +0100) ---------------------------------------------------------------- misc ui patches, mostly sdl related. ---------------------------------------------------------------- Benjamin Herrenschmidt (2): sdl: Refresh debug statements sdl: Fix crash when calling sdl_switch() with NULL surface Gerd Hoffmann (2): configure: opengl overhaul pixman: add a bunch of PIXMAN_BE_* defines for 32bpp Jeremy White (1): Allow the use of X11 from a non standard location. configure | 59 +++++++++++++++++++++++----------------- default-configs/lm32-softmmu.mak | 2 +- hw/display/Makefile.objs | 3 +- hw/lm32/milkymist-hw.h | 4 +-- include/sysemu/sysemu.h | 1 + include/ui/qemu-pixman.h | 16 +++++++++++ ui/sdl.c | 27 ++++++++++++++++-- vl.c | 1 + 8 files changed, 81 insertions(+), 32 deletions(-)