Support for multiple -monitor devices
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 27 Aug 2009 17:51:16 +0000 (19:51 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 4 Sep 2009 14:37:27 +0000 (09:37 -0500)
commitddd9bbd93bb2c12ade72dff1790d6d292aac073f
tree015b4e3d696dc2598860bf3735daf55fb95223c8
parent9da4318706a37d92f8e616a37997d621612b1f7d
Support for multiple -monitor devices

Rebased version of Anthony's patch: Allow to specify more than one
monitor terminal via the -monitor command line switch. This is
particularly useful when libvirt or some other management tool already
occupies the primary monitor but you need another one for debugging.
The current clumsy workaround is to multiplex such additional terminals
over a qemu character device (e.g. -serial mon:<device>).

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c