From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTMr-0005UE-Ln for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:37:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrTMm-0000Z9-32 for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:37:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTMl-0000Yz-RM for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:37:36 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s52EbYqR031799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 2 Jun 2014 10:37:35 -0400 From: Gerd Hoffmann Date: Mon, 2 Jun 2014 16:37:26 +0200 Message-Id: <1401719850-16998-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] sdl2: add support for text consoles List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series adds support for text consoles (i.e. qemu -monitor vc) to sdl2. It also makes the Ctrl-Alt- hotkeys work. Behavior is a bit different than sdl1 though: Each console gets its own window, and Ctrl-Alt- hotkeys will show/hide the windows. please pull, Gerd The following changes since commit 9bb931802e6ab5ab6947e3cb9cea934fc0724274: Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" (2014-06-02 13:26:59 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-sdl-3 for you to fetch changes up to f2335791fd0ceb2f9e3cc99b57bfd9c63d98baf0: sdl2: textinput + terminal (2014-06-02 16:28:58 +0200) ---------------------------------------------------------------- sdl2: add support for text consoles ---------------------------------------------------------------- Gerd Hoffmann (4): console: add kbd_put_qcode_console console: add kbd_put_string_console sdl2: make Ctrl-Alt- hotkeys show and hide windows sdl2: textinput + terminal include/ui/console.h | 2 ++ ui/console.c | 33 +++++++++++++++++++++++++ ui/sdl2.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 101 insertions(+), 2 deletions(-)