qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: seabios@seabios.org
Cc: qemu-devel@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/3] seabios: add serial console support
Date: Mon,  4 Jul 2016 22:39:51 +0200	[thread overview]
Message-ID: <1467664794-31002-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Next round of patches.  Changes:

 * Moved it all to a new sercon.c file.
 * Code maps cp437 to utf8 now, giving a much nicer display.  Compare
   "Use the ↑ and ↓ keys to change the selection." (this series) with
   "Use the ^ and v keys to change the selection." (sgabios)  ;-)
 * Simplified keyboard code, using enqueue_key now.
 * Restructed code, to cleanup things and to address review comments.

cheers,
  Gerd

Gerd Hoffmann (3):
  std: add cp437 to unicode map
  kbd: make enqueue_key public, add ascii_to_keycode
  add serial console support

 Makefile         |   2 +-
 src/clock.c      |   1 +
 src/kbd.c        |  17 +-
 src/misc.c       |   2 +
 src/optionroms.c |   4 +-
 src/sercon.c     | 545 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/std/cp437.h  | 258 ++++++++++++++++++++++++++
 src/util.h       |   5 +
 8 files changed, 831 insertions(+), 3 deletions(-)
 create mode 100644 src/sercon.c
 create mode 100644 src/std/cp437.h

-- 
1.8.3.1

             reply	other threads:[~2016-07-04 20:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04 20:39 Gerd Hoffmann [this message]
2016-07-04 20:39 ` [Qemu-devel] [PATCH 1/3] std: add cp437 to unicode map Gerd Hoffmann
2016-07-05 13:49   ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2016-07-04 20:39 ` [Qemu-devel] [PATCH 2/3] kbd: make enqueue_key public, add ascii_to_keycode Gerd Hoffmann
2016-07-04 20:39 ` [Qemu-devel] [PATCH 3/3] add serial console support Gerd Hoffmann
2016-07-05 14:30   ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2016-07-05 15:07     ` Gerd Hoffmann
2016-07-05 15:23       ` Kevin O'Connor
2016-07-05  8:06 ` [Qemu-devel] [PATCH v2 0/3] seabios: " Daniel P. Berrange
2016-07-05 10:00   ` Gerd Hoffmann
2016-07-05 10:07     ` Daniel P. Berrange
2016-07-05 11:45       ` Paolo Bonzini
2016-07-05 11:59         ` Daniel P. Berrange
2016-07-05 11:15     ` Paolo Bonzini

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=1467664794-31002-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=seabios@seabios.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).