51 lines
1.4 KiB
Diff
51 lines
1.4 KiB
Diff
|
From 3eef52a0caff23b537e88009d79ec1725ccebe06 Mon Sep 17 00:00:00 2001
|
||
|
From: Danilo de Paula <ddepaula@redhat.com>
|
||
|
Date: Fri, 7 Dec 2018 14:12:00 +0000
|
||
|
Subject: [PATCH 1/2] Disable CONFIG_IPMI and CONFIG_I2C for ppc64
|
||
|
|
||
|
RH-Author: Danilo de Paula <ddepaula@redhat.com>
|
||
|
Message-id: <20181207141200.30857-1-ddepaula@redhat.com>
|
||
|
Patchwork-id: 83303
|
||
|
O-Subject: [RHEL-8.0/rhel qemu-kvm PATCH] Disable CONFIG_IPMI and CONFIG_I2C for ppc64
|
||
|
Bugzilla: 1640044
|
||
|
RH-Acked-by: Thomas Huth <thuth@redhat.com>
|
||
|
RH-Acked-by: David Gibson <dgibson@redhat.com>
|
||
|
RH-Acked-by: Eduardo Habkost <ehabkost@redhat.com>
|
||
|
|
||
|
BZ: 1640044
|
||
|
Branch: rhel8/master-2.12.0
|
||
|
Branch: rhel8/master-3.1.0-rc2
|
||
|
Upstream: Downstream only
|
||
|
Brew: none
|
||
|
|
||
|
Our downstream qemu-kvm only uses the para-virtualized "pseries" machine
|
||
|
type.
|
||
|
There is no need to include I2C or IPMI.
|
||
|
|
||
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
||
|
---
|
||
|
default-configs/ppc64-softmmu.mak | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
|
||
|
index 0ee8f6c..cece3dc 100644
|
||
|
--- a/default-configs/ppc64-softmmu.mak
|
||
|
+++ b/default-configs/ppc64-softmmu.mak
|
||
|
@@ -15,11 +15,11 @@ CONFIG_USB_OHCI=y
|
||
|
CONFIG_VGA=y
|
||
|
CONFIG_VGA_PCI=y
|
||
|
CONFIG_SERIAL=y
|
||
|
-CONFIG_I2C=y
|
||
|
+#CONFIG_I2C=y
|
||
|
|
||
|
# For PowerNV
|
||
|
#CONFIG_POWERNV=y
|
||
|
-CONFIG_IPMI=y
|
||
|
+#CONFIG_IPMI=y
|
||
|
#CONFIG_IPMI_LOCAL=y
|
||
|
#CONFIG_IPMI_EXTERN=y
|
||
|
#CONFIG_ISA_IPMI_BT=y
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|