]> Git Repo - qemu.git/commitdiff
s390x/config: Do not include full pci.mak
authorThomas Huth <[email protected]>
Thu, 12 Mar 2015 14:19:14 +0000 (15:19 +0100)
committerCornelia Huck <[email protected]>
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 <[email protected]>
Acked-by: Frank Blaschka <[email protected]>
Message-Id: <1426169954[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
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
This page took 0.02674 seconds and 4 git commands to generate.