|
|
357786 |
From d496bec5b14df55d49658a283326ad720f974a0a Mon Sep 17 00:00:00 2001
|
|
|
357786 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
357786 |
Date: Thu, 7 Jun 2018 07:43:15 +0200
|
|
|
357786 |
Subject: [PATCH 07/15] Disable PCIe-to-PCI bridge device
|
|
|
357786 |
|
|
|
357786 |
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
357786 |
Message-id: <e8b0fa63392143fa6012628221e7b0ab907e4736.1528355911.git.mrezanin@redhat.com>
|
|
|
357786 |
Patchwork-id: 80594
|
|
|
357786 |
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 7/7] Disable PCIe-to-PCI bridge device
|
|
|
357786 |
Bugzilla: 1586357
|
|
|
357786 |
RH-Acked-by: Thomas Huth <thuth@redhat.com>
|
|
|
357786 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
357786 |
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
|
|
|
357786 |
|
|
|
357786 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
357786 |
|
|
|
357786 |
There's new pcie-to-pci device we do not want to support it.
|
|
|
357786 |
|
|
|
357786 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
357786 |
---
|
|
|
357786 |
hw/pci-bridge/Makefile.objs | 3 ++-
|
|
|
357786 |
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
357786 |
|
|
|
357786 |
diff --git a/hw/pci-bridge/Makefile.objs b/hw/pci-bridge/Makefile.objs
|
|
|
357786 |
index 47065f8..68db0da 100644
|
|
|
357786 |
--- a/hw/pci-bridge/Makefile.objs
|
|
|
357786 |
+++ b/hw/pci-bridge/Makefile.objs
|
|
|
357786 |
@@ -1,5 +1,6 @@
|
|
|
357786 |
common-obj-y += pci_bridge_dev.o
|
|
|
357786 |
-common-obj-$(CONFIG_PCIE_PORT) += pcie_root_port.o gen_pcie_root_port.o pcie_pci_bridge.o
|
|
|
357786 |
+common-obj-$(CONFIG_PCIE_PORT) += pcie_root_port.o gen_pcie_root_port.o
|
|
|
357786 |
+#common-obj-$(CONFIG_PCIE_PORT) += pcie_pci_bridge.o
|
|
|
357786 |
common-obj-$(CONFIG_PXB) += pci_expander_bridge.o
|
|
|
357786 |
common-obj-$(CONFIG_XIO3130) += xio3130_upstream.o xio3130_downstream.o
|
|
|
357786 |
common-obj-$(CONFIG_IOH3420) += ioh3420.o
|
|
|
357786 |
--
|
|
|
357786 |
1.8.3.1
|
|
|
357786 |
|