summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2015-09-15 07:51:29 +0200
committerGerd Hoffmann2015-10-20 09:26:36 +0200
commitb798c1905705e6ab44279d8a9ae41e500756eb1c (patch)
tree7657d5030f1b7721640924b255044ddbf566bccf /default-configs
parentMerge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into s... (diff)
downloadqemu-b798c1905705e6ab44279d8a9ae41e500756eb1c.tar.gz
qemu-b798c1905705e6ab44279d8a9ae41e500756eb1c.tar.xz
qemu-b798c1905705e6ab44279d8a9ae41e500756eb1c.zip
ppc/spapr: Allow VIRTIO_VGA
It works fine with the Linux driver out of the box Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/ppc64-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
index e77cb1ac54..bb71b23ee7 100644
--- a/default-configs/ppc64-softmmu.mak
+++ b/default-configs/ppc64-softmmu.mak
@@ -3,6 +3,7 @@
include pci.mak
include sound.mak
include usb.mak
+CONFIG_VIRTIO_VGA=y
CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y