qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/4] sdl2: add support for text consoles


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 0/4] sdl2: add support for text consoles
Date: Mon, 2 Jun 2014 16:37:26 +0200

  Hi,

This patch series adds support for text consoles (i.e. qemu -monitor vc)
to sdl2.  It also makes the Ctrl-Alt-<nr> hotkeys work.  Behavior is a
bit different than sdl1 though:  Each console gets its own window, and
Ctrl-Alt-<nr> 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-<nr> 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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]