Blame SOURCES/kvm-s390x-redhat-disable-experimental-3270-device.patch

a83cc2
From 5101527fb425c2d17ef04b0ed87b3810cf6db7bc Mon Sep 17 00:00:00 2001
a83cc2
From: Cornelia Huck <cohuck@redhat.com>
a83cc2
Date: Wed, 26 May 2021 11:01:00 +0200
a83cc2
Subject: [PATCH] s390x/redhat: disable experimental 3270 device
a83cc2
a83cc2
RH-Author: Cornelia Huck <cohuck@redhat.com>
a83cc2
RH-MergeRequest: 9: Disable the 'x-terminal3270' device in qemu-kvm on s390x
a83cc2
RH-Commit: [1/1] 1df70e856fba434d06587a05c44c4dc5a367f1f7 (cohuck/qemu-kvm)
a83cc2
RH-Bugzilla: 1962479
a83cc2
RH-Acked-by: Thomas Huth <thuth@redhat.com>
a83cc2
RH-Acked-by: David Hildenbrand <david@redhat.com>
a83cc2
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
a83cc2
The "x-terminal3270" device has been experimental for years,
a83cc2
has known limitations, has no known users anymore, and is not
a83cc2
supported by libvirt.
a83cc2
a83cc2
Therefore, disable it in our downstream builds, as it is not
a83cc2
really supported.
a83cc2
a83cc2
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
a83cc2
---
a83cc2
 default-configs/devices/s390x-rh-devices.mak | 1 -
a83cc2
 1 file changed, 1 deletion(-)
a83cc2
a83cc2
diff --git a/default-configs/devices/s390x-rh-devices.mak b/default-configs/devices/s390x-rh-devices.mak
a83cc2
index 08a15f3e01..fe8613b8f6 100644
a83cc2
--- a/default-configs/devices/s390x-rh-devices.mak
a83cc2
+++ b/default-configs/devices/s390x-rh-devices.mak
a83cc2
@@ -6,7 +6,6 @@ CONFIG_S390_FLIC=y
a83cc2
 CONFIG_S390_FLIC_KVM=y
a83cc2
 CONFIG_SCLPCONSOLE=y
a83cc2
 CONFIG_SCSI=y
a83cc2
-CONFIG_TERMINAL3270=y
a83cc2
 CONFIG_VFIO=y
a83cc2
 CONFIG_VFIO_AP=y
a83cc2
 CONFIG_VFIO_CCW=y
a83cc2
-- 
a83cc2
2.27.0
a83cc2