diff options
author | Artyom Tarasenko <atar4qemu@googlemail.com> | 2010-04-18 00:34:03 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-04-18 08:55:20 +0000 |
commit | 676d9b9b883691cf99e298291dbc2ad7956516b9 (patch) | |
tree | df008d980c3360a84602df560a3f8891479ac8d4 /default-configs/sparc-softmmu.mak | |
parent | da9fcfa54486797a5f261b43ad0c0b2f8dc47181 (diff) |
sparc32 use empty_slot for missing RAM v1
use empty_slot device for the RAM which is not installed
Models without ECC don't trap when missing ram is accessed.
v0->v1 compile only once and fix indentation
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/sparc-softmmu.mak')
-rw-r--r-- | default-configs/sparc-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak index 54899ffc58..becf88096c 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -7,3 +7,4 @@ CONFIG_M48T59=y CONFIG_PTIMER=y CONFIG_FDC=y CONFIG_VIRTIO_PCI=y +CONFIG_EMPTY_SLOT=y |