summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorRichard Henderson2011-05-20 23:02:28 +0200
committerRichard Henderson2011-05-31 19:18:05 +0200
commitb758aca1f6cdb175634812b79f5560c36c902d00 (patch)
tree4654a484ef18c9ff93245f04b7a11ffadf590b70 /default-configs
parenttarget-alpha: Rationalize internal processor registers. (diff)
downloadqemu-b758aca1f6cdb175634812b79f5560c36c902d00.tar.gz
qemu-b758aca1f6cdb175634812b79f5560c36c902d00.tar.xz
qemu-b758aca1f6cdb175634812b79f5560c36c902d00.zip
target-alpha: Enable the alpha-softmmu target.
With all of the pre-existing code that would not compile gone, this is the earliest point at which the target can be enabled. There is no machine defined yet, so this will crash on startup. Enable the target anyway, to make sure that further compilation problems do not creep back in. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/alpha-softmmu.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak
new file mode 100644
index 0000000000..abadcffec9
--- /dev/null
+++ b/default-configs/alpha-softmmu.mak
@@ -0,0 +1,9 @@
+# Default configuration for alpha-softmmu
+
+include pci.mak
+CONFIG_SERIAL=y
+CONFIG_I8254=y
+CONFIG_VGA_PCI=y
+CONFIG_IDE_CORE=y
+CONFIG_IDE_QDEV=y
+CONFIG_VMWARE_VGA=y