Blame SOURCES/kvm-RHEL-Disable-vfio-ccw-and-x-terminal3270-devices.patch

4a2fec
From 17abc4f5bd7df54a1e09e2f8a1086354ef69aa87 Mon Sep 17 00:00:00 2001
4a2fec
From: Thomas Huth <thuth@redhat.com>
4a2fec
Date: Mon, 9 Oct 2017 12:32:48 +0200
4a2fec
Subject: [PATCH 29/34] RHEL: Disable vfio-ccw and x-terminal3270 devices
4a2fec
4a2fec
RH-Author: Thomas Huth <thuth@redhat.com>
4a2fec
Message-id: <1507552368-9245-13-git-send-email-thuth@redhat.com>
4a2fec
Patchwork-id: 77030
4a2fec
O-Subject: [RHEL-7.5 qemu-kvm-ma PATCH 12/12] RHEL: Disable vfio-ccw and x-terminal3270 devices
4a2fec
Bugzilla: 1492033
4a2fec
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
4a2fec
RH-Acked-by: David Gibson <dgibson@redhat.com>
4a2fec
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
4a2fec
Upstream-status: downstream only
4a2fec
4a2fec
We don't support them in downstream RHEL, so disable them in
4a2fec
the config files.
4a2fec
4a2fec
Signed-off-by: Thomas Huth <thuth@redhat.com>
4a2fec
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
---
4a2fec
 default-configs/s390x-softmmu.mak | 6 ++++--
4a2fec
 1 file changed, 4 insertions(+), 2 deletions(-)
4a2fec
4a2fec
diff --git a/default-configs/s390x-softmmu.mak b/default-configs/s390x-softmmu.mak
4a2fec
index 43dbf34..2846634 100644
4a2fec
--- a/default-configs/s390x-softmmu.mak
4a2fec
+++ b/default-configs/s390x-softmmu.mak
4a2fec
@@ -3,8 +3,10 @@ CONFIG_PCI=y
4a2fec
 CONFIG_VHOST_USER_SCSI=$(and $(CONFIG_VHOST_USER),$(CONFIG_LINUX))
4a2fec
 CONFIG_VIRTIO=y
4a2fec
 CONFIG_SCLPCONSOLE=y
4a2fec
-CONFIG_TERMINAL3270=y
4a2fec
+# Disabled for Red Hat Enterprise Linux:
4a2fec
+# CONFIG_TERMINAL3270=y
4a2fec
 CONFIG_S390_FLIC=y
4a2fec
 CONFIG_S390_FLIC_KVM=$(CONFIG_KVM)
4a2fec
-CONFIG_VFIO_CCW=$(CONFIG_LINUX)
4a2fec
+# Disabled for Red Hat Enterprise Linux:
4a2fec
+# CONFIG_VFIO_CCW=$(CONFIG_LINUX)
4a2fec
 CONFIG_WDT_DIAG288=y
4a2fec
-- 
4a2fec
1.8.3.1
4a2fec