diff options
author | Richard Henderson <rth@twiddle.net> | 2011-08-25 11:38:59 -1000 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2011-10-08 08:49:09 -0700 |
commit | 80bb2ff770e3e6ff2922a7b60978394571ec64cb (patch) | |
tree | 56e8ef7b54f955fa74c7d71023ebd9b5b8acc61a /default-configs | |
parent | 753d11f2238663990191ba8285bfe9301f7e4020 (diff) | |
download | qemu-80bb2ff770e3e6ff2922a7b60978394571ec64cb.zip qemu-80bb2ff770e3e6ff2922a7b60978394571ec64cb.tar.gz qemu-80bb2ff770e3e6ff2922a7b60978394571ec64cb.tar.bz2 |
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.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak index abadcff..be86d0c 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 |