qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 0/8] make -qmp stdio usable


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH 0/8] make -qmp stdio usable
Date: Fri, 14 Jan 2011 10:56:36 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

On 12/23/2010 01:42 PM, Paolo Bonzini wrote:
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(-)

Ping?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]