summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorSebastian Bauer2018-07-02 21:13:45 +0200
committerDavid Gibson2018-07-03 03:23:09 +0200
commit29f9cef39eb1ae55e82c6763eb22d7a1bdff7276 (patch)
tree43e2b0db07ae7c5bc2d7bf4966ab324f0b2de2a8 /default-configs
parenttarget/ppc: Relax reserved bitmask of indexed store instructions (diff)
downloadqemu-29f9cef39eb1ae55e82c6763eb22d7a1bdff7276.tar.gz
qemu-29f9cef39eb1ae55e82c6763eb22d7a1bdff7276.tar.xz
qemu-29f9cef39eb1ae55e82c6763eb22d7a1bdff7276.zip
ppc: Include vga cirrus card into the compiling process
Drivers for this card exists on PPC-based AmigaOS guests so it is useful to allow users to emulate the graphics card for PPC machines. As cirrus vga is currently preferred over std(vga) in absence of any user choice, this change also sets the default display of spapr machines to std as otherwise qemu refuses to start these machines. Not specifying an explicit graphics mode is for instance done by 'make check'. Signed-off-by: Sebastian Bauer <mail@sebastianbauer.info> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/ppc-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 7e1a3d8135..6f12bf84f0 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -29,6 +29,7 @@ CONFIG_IDE_SII3112=y
CONFIG_I2C=y
CONFIG_BITBANG_I2C=y
CONFIG_M41T80=y
+CONFIG_VGA_CIRRUS=y
# For Macs
CONFIG_MAC=y