]> git.ipfire.org Git - thirdparty/qemu.git/commit
zap serial_monitor_mux
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:44 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:29 +0000 (08:17 -0600)
commit7c6a56cc63a4b9cfc93a8cb82646396b7439dac5
tree90f42561e674ad0f28838337f6de037e72434913
parenta20600b91733eba4e7350e2a9959c2f9a8f7f2e3
zap serial_monitor_mux

The logic in this code obviously predates the multiple monitor
capability of qemu and looks increasingly silly these days.

I think the intention of this piece of code is to get a reasonable
default for the -nographic case: have monitor and serial line muxed
on stdio.

With the new default_serial and default_monitor variables we have now
doing just that became much easier ;)

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit e1c09175bc00dd8dfb2ad1b26e1858dcdc109b59)
vl.c