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