yeahuh / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone
ae23c9
From 0d4f38c339fa1e200a01fdf8b17a0a5c22d07ae2 Mon Sep 17 00:00:00 2001
ae23c9
From: Thomas Huth <thuth@redhat.com>
ae23c9
Date: Tue, 15 May 2018 07:33:48 +0000
ae23c9
Subject: s390x: Re-enable CONFIG_TERMINAL3270
ae23c9
ae23c9
Upstream-status: n/a (downstream only config change)
ae23c9
ae23c9
This is required to be able to connect to the guest via a 3270
ae23c9
terminal.
ae23c9
ae23c9
Signed-off-by: Thomas Huth <thuth@redhat.com>
ae23c9
---
ae23c9
 default-configs/s390x-softmmu.mak | 3 +--
ae23c9
 1 file changed, 1 insertion(+), 2 deletions(-)
ae23c9
ae23c9
diff --git a/default-configs/s390x-softmmu.mak b/default-configs/s390x-softmmu.mak
ae23c9
index 649bf2c..17e871a 100644
ae23c9
--- a/default-configs/s390x-softmmu.mak
ae23c9
+++ b/default-configs/s390x-softmmu.mak
ae23c9
@@ -4,8 +4,7 @@ CONFIG_PCI=y
ae23c9
 #CONFIG_VHOST_USER_BLK=$(call land,$(CONFIG_VHOST_USER),$(CONFIG_LINUX))
ae23c9
 CONFIG_VIRTIO=y
ae23c9
 CONFIG_SCLPCONSOLE=y
ae23c9
-# Disabled for Red Hat Enterprise Linux:
ae23c9
-# CONFIG_TERMINAL3270=y
ae23c9
+CONFIG_TERMINAL3270=y
ae23c9
 CONFIG_S390_FLIC=y
ae23c9
 CONFIG_S390_FLIC_KVM=$(CONFIG_KVM)
ae23c9
 # Disabled for Red Hat Enterprise Linux:
ae23c9
-- 
ae23c9
1.8.3.1
ae23c9