aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2012-10-22 00:50:58 +0200
committerDoug Goldstein <cardoe@cardoe.com>2012-12-13 15:31:59 -0600
commitf69b002bc2fd2062518d0302bc88fd205ba30d3e (patch)
tree77570d9b9fc36179784bf92496001bd5141a380c
parentPPC: Bamboo: Fix memory size DT property (diff)
downloadqemu-kvm-f69b002bc2fd2062518d0302bc88fd205ba30d3e.tar.gz
qemu-kvm-f69b002bc2fd2062518d0302bc88fd205ba30d3e.tar.bz2
qemu-kvm-f69b002bc2fd2062518d0302bc88fd205ba30d3e.zip
target-sparc64: disable VGA cirrus
OpenBIOS on sparc64 only support Standard VGA and not Cirrus VGA. Don't build Cirrus VGA support so that it can't be selected. This fixes the breakage introduced by commit f2898771. Reported-by: Richard Henderson <rth@twiddle.net> Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Tested-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> (cherry picked from commit 0356404b0f1da939657cad1efeb556745cd430d5) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> (cherry picked from commit 03e044136ae6c595fec63dd21be39dbf12a24eca)
-rw-r--r--default-configs/sparc64-softmmu.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/sparc64-softmmu.mak b/default-configs/sparc64-softmmu.mak
index c9a36c1e4..03e8b4271 100644
--- a/default-configs/sparc64-softmmu.mak
+++ b/default-configs/sparc64-softmmu.mak
@@ -6,7 +6,6 @@ CONFIG_M48T59=y
CONFIG_PTIMER=y
CONFIG_VGA=y
CONFIG_VGA_PCI=y
-CONFIG_VGA_CIRRUS=y
CONFIG_SERIAL=y
CONFIG_PARALLEL=y
CONFIG_PCKBD=y