From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/4] sdl2: add support for text consoles
Date: Mon, 2 Jun 2014 16:37:26 +0200 [thread overview]
Message-ID: <1401719850-16998-1-git-send-email-kraxel@redhat.com> (raw)
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(-)
next reply other threads:[~2014-06-02 14:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 14:37 Gerd Hoffmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1401719850-16998-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).