]> git.ipfire.org Git - thirdparty/qemu.git/commit
default devices: qemu monitor.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:43 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:29 +0000 (08:17 -0600)
commita20600b91733eba4e7350e2a9959c2f9a8f7f2e3
treeb1dc16e2a0e5cfe778e3430cfdbe4660a935c21e
parent4986fd41115f7045431c9bb6de70ea86b9e15092
default devices: qemu monitor.

This patch makes the monitor default device configuration work like the
default serial and parallel port devices.  It adds a variable
default_monitor which says whenever a default monitor should be added.
It is enabled by default.  It is cleared when qemu finds '-monitor' on
the command line.

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