| From 81867afa42adc52dbcd9942aef4a140d30248492 Mon Sep 17 00:00:00 2001 |
| From: Cornelia Huck <cohuck@redhat.com> |
| Date: Thu, 13 Jul 2017 11:23:42 +0200 |
| Subject: [PATCH 2/6] Disable virtio-pci for s390x builds |
| |
| RH-Author: Cornelia Huck <cohuck@redhat.com> |
| 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 <thuth@redhat.com> |
| RH-Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
| RH-Acked-by: Jens Freimann <jfreimann@redhat.com> |
| |
| 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 <cohuck@redhat.com> |
| Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com> |
| |
| 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 |
| |
| |
| @@ -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 |
| |