From 81867afa42adc52dbcd9942aef4a140d30248492 Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Thu, 13 Jul 2017 11:23:42 +0200 Subject: [PATCH 2/6] Disable virtio-pci for s390x builds RH-Author: Cornelia Huck Message-id: <20170713112342.9148-2-cohuck@redhat.com> Patchwork-id: 75762 O-Subject: [RHEL-ALT-7.4 qemu-kvm PATCH 1/1] Disable virtio-pci for s390x builds Bugzilla: 1469000 RH-Acked-by: Thomas Huth RH-Acked-by: Dr. David Alan Gilbert RH-Acked-by: Jens Freimann Pci support for s390x is not yet mature, so disable at least virtio-pci by removing it from the default config for s390x-softmmu. BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1469000 BREW: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=13650942 Upstream: N/A Signed-off-by: Cornelia Huck Signed-off-by: Miroslav Rezanina --- default-configs/s390x-softmmu.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-configs/s390x-softmmu.mak b/default-configs/s390x-softmmu.mak index 36e15de..54e5c45 100644 --- a/default-configs/s390x-softmmu.mak +++ b/default-configs/s390x-softmmu.mak @@ -1,5 +1,5 @@ CONFIG_PCI=y -CONFIG_VIRTIO_PCI=y +#CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO=y CONFIG_SCLPCONSOLE=y CONFIG_S390_FLIC=y -- 1.8.3.1