summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorRichard Henderson2011-08-25 23:38:59 +0200
committerRichard Henderson2011-10-08 17:49:09 +0200
commit80bb2ff770e3e6ff2922a7b60978394571ec64cb (patch)
tree56e8ef7b54f955fa74c7d71023ebd9b5b8acc61a /default-configs
parenttarget-alpha: Add custom PALcode image for CLIPPER emulation. (diff)
downloadqemu-80bb2ff770e3e6ff2922a7b60978394571ec64cb.tar.gz
qemu-80bb2ff770e3e6ff2922a7b60978394571ec64cb.tar.xz
qemu-80bb2ff770e3e6ff2922a7b60978394571ec64cb.zip
target-alpha: Add CLIPPER emulation.
This is a DP264 variant, SMP capable, no unusual hardware present. The emulation does not currently include any PCI IOMMU code. Hopefully the generic support for that can be merged to HEAD soon. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/alpha-softmmu.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak
index abadcffec9..be86d0c4e6 100644
--- a/default-configs/alpha-softmmu.mak
+++ b/default-configs/alpha-softmmu.mak
@@ -3,7 +3,9 @@
include pci.mak
CONFIG_SERIAL=y
CONFIG_I8254=y
+CONFIG_PCKBD=y
CONFIG_VGA_PCI=y
CONFIG_IDE_CORE=y
CONFIG_IDE_QDEV=y
CONFIG_VMWARE_VGA=y
+CONFIG_IDE_CMD646=y