]> Git Repo - qemu.git/commitdiff
hw/ppc/spapr: Add support for "-vga cirrus"
authorThomas Huth <[email protected]>
Wed, 30 Jan 2019 13:36:39 +0000 (14:36 +0100)
committerDavid Gibson <[email protected]>
Mon, 4 Feb 2019 07:44:19 +0000 (18:44 +1100)
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 <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/ppc/spapr.c

index c66e7d8e0a4e783f184039831082e9ac8e86701a..0fcdd35cbe125c3653a1fba9fdc5ea5ea586d2dc 100644 (file)
@@ -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,
This page took 0.02879 seconds and 4 git commands to generate.