From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHWSW-0004qf-1k for qemu-devel@nongnu.org; Fri, 08 Jan 2016 07:48:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHWSS-0005fM-OP for qemu-devel@nongnu.org; Fri, 08 Jan 2016 07:47:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHWSS-0005fB-Iv for qemu-devel@nongnu.org; Fri, 08 Jan 2016 07:47:56 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 97EE2E7086 for ; Fri, 8 Jan 2016 12:47:55 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 8 Jan 2016 13:47:40 +0100 Message-Id: <1452257262-18730-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] ui patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Flushing the ui patch queue with two older patches. The curses patch arrived during the 2.5 freeze. The sdl2 virgl patch is even older and was held back due to testing problems. Those went magically away meanwhile, so it most likely was either a bug somewhere else or some issue with the test setup. So going forward merging it now. please pull, Gerd The following changes since commit a7e00e2536941a6e570b45b7ab4afec4505ff67e: petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a (2016-01-07 14:57:26 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20160108-1 for you to fetch changes up to cb47dc9ab9f55083017291b2b8fbae639c576ec2: sdl2/opengl: add opengl context and scanout support (2016-01-08 12:20:15 +0100) ---------------------------------------------------------------- sdl2/opengl: add opengl context and scanout support ui/curses: Fix color attribute of monitor for curses ---------------------------------------------------------------- Gerd Hoffmann (1): sdl2/opengl: add opengl context and scanout support OGAWA Hirofumi (1): ui/curses: Fix color attribute of monitor for curses hw/display/jazz_led.c | 6 ++- hw/display/vga.c | 3 +- include/ui/console.h | 15 ++++++ include/ui/sdl2.h | 22 +++++++- ui/console.c | 101 +++++++++++++++++-------------------- ui/curses.c | 13 +++-- ui/sdl2-gl.c | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++ ui/sdl2.c | 7 +++ 8 files changed, 239 insertions(+), 63 deletions(-)