From 728e7e89dad569198d921fbc82e28599212d6a86 Mon Sep 17 00:00:00 2001
From: Miroslav Rezanina <mrezanin@redhat.com>
Date: Wed, 19 Apr 2017 09:18:24 +0200
Subject: [PATCH 03/23] Disable rs6000-mc device
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
Message-id: <2070e40cf7cd48434eaedc662379fc6069a93229.1492512993.git.mrezanin@redhat.com>
Patchwork-id: 74796
O-Subject: [RHV 7.4 qemu-kvm-rhev PATCH 3/3] Disable rs6000-mc device
Bugzilla: 1443029
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
RH-Acked-by: Thomas Huth <thuth@redhat.com>
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
From: Miroslav Rezanina <mrezanin@redhat.com>
We are not going to support rs6000-mc device so disable it.
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
---
default-configs/ppc64-softmmu.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
index 0bc95e5..f711f44 100644
--- a/default-configs/ppc64-softmmu.mak
+++ b/default-configs/ppc64-softmmu.mak
@@ -25,4 +25,3 @@ CONFIG_XICS_SPAPR=$(CONFIG_PSERIES)
CONFIG_XICS_KVM=$(and $(CONFIG_PSERIES),$(CONFIG_KVM))
# For PReP
CONFIG_MEM_HOTPLUG=y
-CONFIG_RS6000_MC=y
--
1.8.3.1