From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtYPQ-00009t-Rs for qemu-devel@nongnu.org; Tue, 03 Nov 2015 05:01:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtYPM-0003wv-20 for qemu-devel@nongnu.org; Tue, 03 Nov 2015 05:01:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtYPL-0003wc-Sw for qemu-devel@nongnu.org; Tue, 03 Nov 2015 05:01:39 -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 (Postfix) with ESMTPS id 8C845AB462 for ; Tue, 3 Nov 2015 10:01:38 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 3 Nov 2015 11:01:25 +0100 Message-Id: <1446544891-3600-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/6] ui patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Trying something new -- a unified patch queue for ui bugfix patches, featuring fixes for vnc, opengl and curses. That way I don't have to do three tiny pull requests. Anything larger (like the vnc buffering series in the works atm) will continue to come as separate per-ui pull request. please pull, Gerd The following changes since commit 3d861a01093f8eedfac9889746ccafcfd32039b7: Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-02' into staging (2015-11-02 11:11:39 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20151103-1 for you to fetch changes up to 4d77b1f23877b579b94421d0cab2bebc79f4e171: vnc: fix bug: vnc server can't start when 'to' is specified (2015-11-03 10:21:49 +0100) ---------------------------------------------------------------- ui: fixes for vnc, opengl and curses. ---------------------------------------------------------------- OGAWA Hirofumi (4): ui/curses: Fix monitor color with -curses when 256 colors ui/curses: Support line graphics chars on -curses mode ui/curses: Fix pageup/pagedown on -curses ui/opengl: Reduce build required libraries for opengl Peter Lieven (1): vnc: allow fall back to RAW encoding Yang Hongyang (1): vnc: fix bug: vnc server can't start when 'to' is specified configure | 20 +++--------------- hw/display/milkymist-tmu2.c | 4 ++-- hw/lm32/milkymist-hw.h | 3 ++- include/ui/console.h | 12 ++++++++++- ui/curses.c | 51 ++++++++++++++++++++++++++++++++++++++++++++- ui/curses_keys.h | 8 +++++-- ui/vnc.c | 22 +++++++++++++++++-- 7 files changed, 94 insertions(+), 26 deletions(-)