yeahuh / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone

Blame SOURCES/kvm-Disable-CONFIG_IPMI-and-CONFIG_I2C-for-ppc64.patch

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