summaryrefslogtreecommitdiffstats
path: root/default-configs/microblaze-softmmu.mak
diff options
context:
space:
mode:
authorAlexander Graf2010-03-25 14:59:02 +0100
committerAurelien Jarno2010-03-26 23:41:10 +0100
commitb305b9d7d6990e492966ffb1fdf619482adeb7e2 (patch)
treea54a12afb302195e7dc97effa499fb0e87eaa569 /default-configs/microblaze-softmmu.mak
parenttarget-ppc: generic PowerPC TBL (diff)
downloadqemu-b305b9d7d6990e492966ffb1fdf619482adeb7e2.tar.gz
qemu-b305b9d7d6990e492966ffb1fdf619482adeb7e2.tar.xz
qemu-b305b9d7d6990e492966ffb1fdf619482adeb7e2.zip
target-s390: Don't compile in virtio-pci
As soon as virtio-pci.c gets compiled and used on S390 the internal qdev magic gets confused and tries to give us PCI devices instead of S390 virtio devices. Since we don't have PCI on S390, we can safely not compile virtio-pci at all. In order to do this I added a new config option "CONFIG_VIRTIO_PCI" that I enabled for every platform except S390. Thanks to this the change should be a complete nop for every other platform. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'default-configs/microblaze-softmmu.mak')
-rw-r--r--default-configs/microblaze-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/microblaze-softmmu.mak b/default-configs/microblaze-softmmu.mak
index c800c1669e..4a70526c28 100644
--- a/default-configs/microblaze-softmmu.mak
+++ b/default-configs/microblaze-softmmu.mak
@@ -1,3 +1,4 @@
# Default configuration for microblaze-softmmu
CONFIG_PTIMER=y
+CONFIG_VIRTIO_PCI=y