]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
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 13:59:42 +0000 (07:59 -0600)
commite1c09175bc00dd8dfb2ad1b26e1858dcdc109b59
tree912b103cdc054f83124828eb51a60cbbc4b3decf
parentabdeed06b416eefb7eb1ec65cc1b87241cb3b6d2
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>
vl.c