vga: add default display to machine class
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 28 Oct 2014 09:09:11 +0000 (10:09 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 3 Nov 2014 16:32:48 +0000 (18:32 +0200)
commit6f00494abed261cdbfdd003fe45f671eb3a56d78
treedda44144dd537ef9f5e3a67b0ad88ce686f1e2be
parentd3f16ec887bb58b19eac94fcae139a39a7933e15
vga: add default display to machine class

This allows machine classes to specify which display device they want
as default.  If unspecified the current behavior (try cirrus, failing
that try stdvga, failing that use no display) will be used.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc.c
include/hw/boards.h
vl.c