summaryrefslogtreecommitdiff
path: root/default-configs/ppc-softmmu.mak
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-07-22 15:54:31 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-07-25 08:12:28 -0500
commitbe6d08be25d38185ab7de02fab1b2ac74991741b (patch)
treed2017a1b3797faec569990526e169e51006a7a8e /default-configs/ppc-softmmu.mak
parent2b8fbcd87007a170a9778ec6645c06f543977067 (diff)
downloadqemu-be6d08be25d38185ab7de02fab1b2ac74991741b.tar.gz
default-configs: add test device to all machines supporting ISA
This will let these machines run an endianness test for ISA I/O port space. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1374501278-31549-22-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/ppc-softmmu.mak')
-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 73e4cc5f63..eac0b28fb9 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -46,3 +46,4 @@ CONFIG_E500=y
CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
# For PReP
CONFIG_MC146818RTC=y
+CONFIG_ISA_TESTDEV=y