yeahuh / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone
76daa3
From 2a11896e90f34233860d9345c7e1ec27618a0c57 Mon Sep 17 00:00:00 2001
76daa3
From: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
Date: Thu, 27 Apr 2017 03:53:30 +0200
76daa3
Subject: [PATCH 04/23] ppc64le: Remove isabus-bridge device
76daa3
76daa3
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
Message-id: <20170427035330.6956-1-mrezanin@redhat.com>
76daa3
Patchwork-id: 74921
76daa3
O-Subject: [RHV 7.4 qemu-kvm-rhev PATCH 4/3] ppc64le: Remove isabus-bridge device
76daa3
Bugzilla: 1443029
76daa3
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
76daa3
RH-Acked-by: David Gibson <dgibson@redhat.com>
76daa3
RH-Acked-by: Thomas Huth <thuth@redhat.com>
76daa3
76daa3
From: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
76daa3
We miss isabus-bridge on one of our previews rebase for RHEL 7.4. This device
76daa3
is not used by our supported machine types so we are going to disable it.
76daa3
76daa3
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
---
76daa3
 default-configs/ppc64-softmmu.mak | 1 -
76daa3
 1 file changed, 1 deletion(-)
76daa3
76daa3
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
76daa3
index f711f44..9f95653 100644
76daa3
--- a/default-configs/ppc64-softmmu.mak
76daa3
+++ b/default-configs/ppc64-softmmu.mak
76daa3
@@ -7,7 +7,6 @@ CONFIG_VIRTIO=y
76daa3
 CONFIG_USB_XHCI=y
76daa3
 CONFIG_WDT_IB6300ESB=y
76daa3
 CONFIG_PCI_TESTDEV=y
76daa3
-CONFIG_ISA_BUS=y
76daa3
 
76daa3
 include sound.mak
76daa3
 include usb.mak
76daa3
-- 
76daa3
1.8.3.1
76daa3