Blame SOURCES/kvm-Disable-sm501-and-sysbus-sm501-devices.patch

4a2fec
From 28f294c02314ceaee4b5c8b4bd568c84b017546d Mon Sep 17 00:00:00 2001
4a2fec
From: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
Date: Fri, 13 Oct 2017 11:56:49 +0200
4a2fec
Subject: [PATCH 18/69] Disable sm501 and sysbus-sm501 devices
4a2fec
4a2fec
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
Message-id: <20171013115649.20817-3-mrezanin@redhat.com>
4a2fec
Patchwork-id: 77261
4a2fec
O-Subject: [RHV7.5 qemu-kvm-rhev PATCHv2 2/2] Disable sm501 and sysbus-sm501 devices
4a2fec
Bugzilla: 1498496
4a2fec
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
4a2fec
RH-Acked-by: Thomas Huth <thuth@redhat.com>
4a2fec
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
4a2fec
4a2fec
From: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
4a2fec
We are not goint to support these devices so disable them.
4a2fec
4a2fec
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
---
4a2fec
 default-configs/ppc64-softmmu.mak | 2 +-
4a2fec
 1 file changed, 1 insertion(+), 1 deletion(-)
4a2fec
4a2fec
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
4a2fec
index 46e356b..8de2149 100644
4a2fec
--- a/default-configs/ppc64-softmmu.mak
4a2fec
+++ b/default-configs/ppc64-softmmu.mak
4a2fec
@@ -62,7 +62,7 @@ CONFIG_PSERIES=y
4a2fec
 #CONFIG_PLATFORM_BUS=y
4a2fec
 #CONFIG_ETSEC=y
4a2fec
 CONFIG_LIBDECNUMBER=y
4a2fec
-CONFIG_SM501=y
4a2fec
+#CONFIG_SM501=y
4a2fec
 CONFIG_USB_OHCI=y
4a2fec
 # For pSeries
4a2fec
 CONFIG_XICS=$(CONFIG_PSERIES)
4a2fec
-- 
4a2fec
1.8.3.1
4a2fec