]> git.proxmox.com Git - qemu.git/commit - vl.c
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 13:59:42 +0000 (07:59 -0600)
commitabdeed06b416eefb7eb1ec65cc1b87241cb3b6d2
treefad258fc88fb2d1695e58110b923c5a20af7d398
parent6a5e8b0e310c483d8d14553a2b7b601d39ed8b75
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>
vl.c