qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/4] sdl2: add support for text consoles
@ 2014-06-02 14:37 Gerd Hoffmann
  2014-06-02 14:37 ` [Qemu-devel] [PULL 1/4] console: add kbd_put_qcode_console Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2014-06-02 14:37 UTC (permalink / raw)
  To: qemu-devel; +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-<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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-02 16:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 14:37 [Qemu-devel] [PULL 0/4] sdl2: add support for text consoles Gerd Hoffmann
2014-06-02 14:37 ` [Qemu-devel] [PULL 1/4] console: add kbd_put_qcode_console Gerd Hoffmann
2014-06-02 14:37 ` [Qemu-devel] [PULL 2/4] console: add kbd_put_string_console Gerd Hoffmann
2014-06-02 14:37 ` [Qemu-devel] [PULL 3/4] sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows Gerd Hoffmann
2014-06-02 14:37 ` [Qemu-devel] [PULL 4/4] sdl2: textinput + terminal Gerd Hoffmann
2014-06-02 16:06 ` [Qemu-devel] [PULL 0/4] sdl2: add support for text consoles Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).