Blame SOURCES/kvm-Disable-new-superio-devices.patch

383d26
From 5ce455e319c4e34fbe7fef78b72898d3dbc1c8c6 Mon Sep 17 00:00:00 2001
383d26
From: Miroslav Rezanina <mrezanin@redhat.com>
383d26
Date: Thu, 7 Jun 2018 07:43:13 +0200
383d26
Subject: [PATCH 05/15] Disable new superio devices
383d26
383d26
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
383d26
Message-id: <51483d3f0091abc80d52485ab076581d4ca914c5.1528355911.git.mrezanin@redhat.com>
383d26
Patchwork-id: 80595
383d26
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 5/7] Disable new superio devices
383d26
Bugzilla: 1586357
383d26
RH-Acked-by: Thomas Huth <thuth@redhat.com>
383d26
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
383d26
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
383d26
383d26
From: Miroslav Rezanina <mrezanin@redhat.com>
383d26
383d26
We do not want to support new superio devices (fdc37m81x-superio and
383d26
smc37c669-superio).
383d26
383d26
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
383d26
---
383d26
 hw/isa/Makefile.objs | 2 +-
383d26
 1 file changed, 1 insertion(+), 1 deletion(-)
383d26
383d26
diff --git a/hw/isa/Makefile.objs b/hw/isa/Makefile.objs
383d26
index 83e06f6..7de4f44 100644
383d26
--- a/hw/isa/Makefile.objs
383d26
+++ b/hw/isa/Makefile.objs
383d26
@@ -1,5 +1,5 @@
383d26
 common-obj-$(CONFIG_ISA_BUS) += isa-bus.o
383d26
-common-obj-$(CONFIG_ISA_BUS) += isa-superio.o smc37c669-superio.o
383d26
+#common-obj-$(CONFIG_ISA_BUS) += isa-superio.o smc37c669-superio.o
383d26
 common-obj-$(CONFIG_APM) += apm.o
383d26
 common-obj-$(CONFIG_I82378) += i82378.o
383d26
 common-obj-$(CONFIG_PC87312) += pc87312.o
383d26
-- 
383d26
1.8.3.1
383d26