Blame SOURCES/kvm-Revert-Disable-PCIe-to-PCI-bridge-device.patch

1bdc94
From ec6f06f14094727dbe049343b1f815c40a6f05b4 Mon Sep 17 00:00:00 2001
1bdc94
From: Eduardo Habkost <ehabkost@redhat.com>
1bdc94
Date: Thu, 9 Aug 2018 18:23:25 +0200
1bdc94
Subject: [PATCH 3/5] Revert "Disable PCIe-to-PCI bridge device"
1bdc94
1bdc94
RH-Author: Eduardo Habkost <ehabkost@redhat.com>
1bdc94
Message-id: <20180809182325.21534-2-ehabkost@redhat.com>
1bdc94
Patchwork-id: 81691
1bdc94
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 1/1] Revert "Disable PCIe-to-PCI bridge device"
1bdc94
Bugzilla: 1390329
1bdc94
RH-Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
1bdc94
RH-Acked-by: Michael S. Tsirkin <mst@redhat.com>
1bdc94
RH-Acked-by: Thomas Huth <thuth@redhat.com>
1bdc94
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
1bdc94
1bdc94
This reverts commit d496bec5b14df55d49658a283326ad720f974a0a.
1bdc94
1bdc94
Without pcie-pci-bridge, libvirt will keep using the DMI bridge
1bdc94
(i82801b11-bridge) to plug Conventional PCI devices, and we want
1bdc94
to discourage its usage.
1bdc94
1bdc94
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
1bdc94
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
---
1bdc94
 hw/pci-bridge/Makefile.objs | 3 +--
1bdc94
 1 file changed, 1 insertion(+), 2 deletions(-)
1bdc94
1bdc94
diff --git a/hw/pci-bridge/Makefile.objs b/hw/pci-bridge/Makefile.objs
1bdc94
index 68db0da..47065f8 100644
1bdc94
--- a/hw/pci-bridge/Makefile.objs
1bdc94
+++ b/hw/pci-bridge/Makefile.objs
1bdc94
@@ -1,6 +1,5 @@
1bdc94
 common-obj-y += pci_bridge_dev.o
1bdc94
-common-obj-$(CONFIG_PCIE_PORT) += pcie_root_port.o gen_pcie_root_port.o 
1bdc94
-#common-obj-$(CONFIG_PCIE_PORT) += pcie_pci_bridge.o
1bdc94
+common-obj-$(CONFIG_PCIE_PORT) += pcie_root_port.o gen_pcie_root_port.o pcie_pci_bridge.o
1bdc94
 common-obj-$(CONFIG_PXB) += pci_expander_bridge.o
1bdc94
 common-obj-$(CONFIG_XIO3130) += xio3130_upstream.o xio3130_downstream.o
1bdc94
 common-obj-$(CONFIG_IOH3420) += ioh3420.o
1bdc94
-- 
1bdc94
1.8.3.1
1bdc94