aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-01-30 14:36:39 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2019-02-04 18:44:19 +1100
commit6e66d0c6484c7f5b30b7a08d83bd3d369ba58682 (patch)
tree4dd76d34a03ae9186448783f835e917c9b61fb99 /hw
parent200280af0e19bfaeb9431eb0ee1ee2d8bf8d3a0a (diff)
downloadqemu-6e66d0c6484c7f5b30b7a08d83bd3d369ba58682.zip
qemu-6e66d0c6484c7f5b30b7a08d83bd3d369ba58682.tar.gz
qemu-6e66d0c6484c7f5b30b7a08d83bd3d369ba58682.tar.bz2
hw/ppc/spapr: Add support for "-vga cirrus"
The cirrus VGA card has been enabled in the PPC builds with commit 29f9cef39eb1ae55e82c ("ppc: Include vga cirrus card into the compiling process") last year. It also works on the pseries machine, even SLOF contains support for this card, so we can also support this for the "-vga" parameter here. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
-rw-r--r--hw/ppc/spapr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index c66e7d8..0fcdd35 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -1715,6 +1715,7 @@ static bool spapr_vga_init(PCIBus *pci_bus, Error **errp)
return true;
case VGA_STD:
case VGA_VIRTIO:
+ case VGA_CIRRUS:
return pci_vga_init(pci_bus) != NULL;
default:
error_setg(errp,