40 lines
1.1 KiB
Diff
40 lines
1.1 KiB
Diff
From f3e80771c921560a58c30020781fa01a54be8eb0 Mon Sep 17 00:00:00 2001
|
|
From: Cornelia Huck <cohuck@redhat.com>
|
|
Date: Tue, 23 Jun 2020 09:25:43 -0400
|
|
Subject: [PATCH 09/12] config: enable VFIO_CCW
|
|
|
|
RH-Author: Cornelia Huck <cohuck@redhat.com>
|
|
Message-id: <20200623092543.358315-10-cohuck@redhat.com>
|
|
Patchwork-id: 97699
|
|
O-Subject: [RHEL-8.3.0 qemu-kvm PATCH 9/9] config: enable VFIO_CCW
|
|
Bugzilla: 1660916
|
|
RH-Acked-by: Claudio Imbrenda <cimbrend@redhat.com>
|
|
RH-Acked-by: David Hildenbrand <david@redhat.com>
|
|
RH-Acked-by: Thomas Huth <thuth@redhat.com>
|
|
|
|
Enable vfio-ccw in RHEL builds.
|
|
|
|
Upstream: n/a
|
|
|
|
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
---
|
|
default-configs/s390x-rh-devices.mak | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/default-configs/s390x-rh-devices.mak b/default-configs/s390x-rh-devices.mak
|
|
index c3c73fe752..08a15f3e01 100644
|
|
--- a/default-configs/s390x-rh-devices.mak
|
|
+++ b/default-configs/s390x-rh-devices.mak
|
|
@@ -9,6 +9,7 @@ CONFIG_SCSI=y
|
|
CONFIG_TERMINAL3270=y
|
|
CONFIG_VFIO=y
|
|
CONFIG_VFIO_AP=y
|
|
+CONFIG_VFIO_CCW=y
|
|
CONFIG_VFIO_PCI=y
|
|
CONFIG_VHOST_USER=y
|
|
CONFIG_VIRTIO_CCW=y
|
|
--
|
|
2.27.0
|
|
|