default devices: virtio consoles.
commitaee1b935c53cc747528138a85fcce8163d272598
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:53 +0000 (8 13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 13:59:44 +0000 (12 07:59 -0600)
treeee4eb4f617dbdaf5d329695228bfbc56c8782027
parent6ca5582d4f06d8ff0c646b8fe3cfe721dc573597
default devices: virtio consoles.

This patch adds a variable default_virtcon which says whenever a default
virtio console should be added.  It is disabled by default, followup
patch will enable it for s390.  It is cleared when qemu finds
'-virtiocon', '-device virtio-console-s390' or '-device
virtio-console-pci' on the command line.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c