qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] make -qmp stdio usable
@ 2010-12-23 12:42 Paolo Bonzini
  2010-12-23 12:42 ` [Qemu-devel] [PATCH 1/8] remove broken code for tty Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paolo Bonzini @ 2010-12-23 12:42 UTC (permalink / raw)
  To: qemu-devel

This patch series is a rewritten version of the patch to disable
raw mode on the terminal when "-qmp stdio" is given on the command-line.

The rewritten series has several advantages, including working for
text consoles ("-qmp vc2") and especially working with -chardev/-mon
without the need to add special options.  This is because in this
series it is _the monitor_ who asks to disable raw mode.

Patch 2 adds a new CharDriverState method.  Patches 3/4 implement
it for stdio, while patches 5/6 implement it for text consoles.

Patches 1, 7 and 8 are related cleanups.

Paolo Bonzini (8):
  remove broken code for tty
  add qemu_chr_set_echo
  move atexit(term_exit) to qemu_chr_open_stdio
  add set_echo implementation for qemu_chr_stdio
  create TextConsole together with the CharDeviceState
  add set_echo implementation for text consoles
  remove text_console_opts
  fix QemuOpts leak

 console.c    |   81 +++++++++++++++++++++++++++++++++++-----------------------
 monitor.c    |    1 +
 qemu-char.c  |   62 +++++++++++++++++++++++---------------------
 qemu-char.h  |    2 +
 5 files changed, 85 insertions(+), 63 deletions(-)

-- 
1.7.3.2

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

end of thread, other threads:[~2011-01-28 13:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 12:42 [Qemu-devel] [PATCH 0/8] make -qmp stdio usable Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 1/8] remove broken code for tty Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 2/8] add qemu_chr_set_echo Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 3/8] move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 4/8] add set_echo implementation for qemu_chr_stdio Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 5/8] create TextConsole together with the CharDeviceState Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 6/8] add set_echo implementation for text consoles Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 7/8] remove text_console_opts Paolo Bonzini
2010-12-23 12:42 ` [Qemu-devel] [PATCH 8/8] fix QemuOpts leak Paolo Bonzini
2011-01-14  9:56 ` [Qemu-devel] Re: [PATCH 0/8] make -qmp stdio usable Paolo Bonzini
2011-01-28 12:59 ` [Qemu-devel] " Markus Armbruster

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