]> git.proxmox.com Git - mirror_qemu.git/commitdiff
s390x/config: Do not include full pci.mak
authorThomas Huth <thuth@linux.vnet.ibm.com>
Thu, 12 Mar 2015 14:19:14 +0000 (15:19 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 16 Mar 2015 09:20:17 +0000 (10:20 +0100)
pci.mak includes a lot of devices - and most of them do not make
sense on s390x, like USB controllers or audio cards. These devices
also show up when running "qemu-system-s390x -device help" and thus
could raise the hope for the users that they could use these kind
of devices with qemu-system-s390x. To avoid this confusion, we
should not include pci.mak and rather include the bare minimum
manually instead.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Frank Blaschka <blaschka@linux.vnet.ibm.com>
Message-Id: <1426169954-6062-1-git-send-email-thuth@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
default-configs/s390x-softmmu.mak

index 6ee2ff89ff555dfccf6158d33a2d0bec748df2d6..f9e13f177e660d34bef64432633c72e7930436f7 100644 (file)
@@ -1,4 +1,5 @@
-include pci.mak
+CONFIG_PCI=y
+CONFIG_VIRTIO_PCI=y
 CONFIG_VIRTIO=y
 CONFIG_SCLPCONSOLE=y
 CONFIG_S390_FLIC=y