qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] serial console support
@ 2016-09-28  9:07 Gerd Hoffmann
  2016-09-28  9:07 ` [Qemu-devel] [PATCH 1/7] std: add cp437 to unicode map Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2016-09-28  9:07 UTC (permalink / raw)
  To: seabios; +Cc: qemu-devel, Gerd Hoffmann

  Hi,

After a looong break finally the next round
of the seabios serial console patches.

cheers,
  Gerd

Gerd Hoffmann (7):
  std: add cp437 to unicode map
  kbd: make enqueue_key public, add ascii_to_keycode
  paravirt: read QEMU_CFG_NOGRAPHIC, store in etc/sercon-enable romfile
  add serial console support
  sercon: split-output implementation
  sercon: add compile time option
  [hack] ignore sgabios, enable sercon instead

 Makefile          |   3 +-
 src/Kconfig       |   5 +
 src/clock.c       |   1 +
 src/cp437.c       | 275 +++++++++++++++++++++++
 src/cp437.h       |   1 +
 src/fw/paravirt.c |   2 +
 src/kbd.c         |  18 +-
 src/misc.c        |   2 +
 src/optionroms.c  |  17 +-
 src/romlayout.S   |  14 ++
 src/sercon.c      | 660 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/util.h        |   5 +
 12 files changed, 999 insertions(+), 4 deletions(-)
 create mode 100644 src/cp437.c
 create mode 100644 src/cp437.h
 create mode 100644 src/sercon.c

-- 
1.8.3.1

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

end of thread, other threads:[~2016-10-19  0:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28  9:07 [Qemu-devel] [PATCH 0/7] serial console support Gerd Hoffmann
2016-09-28  9:07 ` [Qemu-devel] [PATCH 1/7] std: add cp437 to unicode map Gerd Hoffmann
2016-09-28  9:07 ` [Qemu-devel] [PATCH 2/7] kbd: make enqueue_key public, add ascii_to_keycode Gerd Hoffmann
2016-09-28  9:07 ` [Qemu-devel] [PATCH 3/7] paravirt: read QEMU_CFG_NOGRAPHIC, store in etc/sercon-enable romfile Gerd Hoffmann
2016-09-28  9:07 ` [Qemu-devel] [PATCH 4/7] add serial console support Gerd Hoffmann
2016-09-28  9:07 ` [Qemu-devel] [PATCH 5/7] sercon: split-output implementation Gerd Hoffmann
2016-09-28  9:07 ` [Qemu-devel] [PATCH 6/7] sercon: add compile time option Gerd Hoffmann
2016-09-28  9:07 ` [Qemu-devel] [PATCH 7/7] [hack] ignore sgabios, enable sercon instead Gerd Hoffmann
2016-10-19  0:20 ` [Qemu-devel] [SeaBIOS] [PATCH 0/7] serial console support Kevin O'Connor

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).