[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge fie
From: |
Igor Mammedov |
Subject: |
[PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge field |
Date: |
Tue, 29 Nov 2022 11:13:39 +0100 |
Changelog:
- keep comment reminding that there was a bridge, so it would be easy to find
removed code if someone wishes to bring it back
- s/IS_PCI_BRIDGE/is_bridge/ in one instance where local is_bridge already
exists
Igor Mammedov (2):
remove DEC 21154 PCI bridge
pci: drop redundant PCIDeviceClass::is_bridge field
hw/pci-bridge/dec.h | 9 --
include/hw/pci/pci.h | 11 +-
include/hw/pci/pci_bridge.h | 1 +
include/hw/pci/pci_ids.h | 1 -
hw/acpi/pcihp.c | 3 +-
hw/i386/acpi-build.c | 5 +-
hw/pci-bridge/cxl_downstream.c | 1 -
hw/pci-bridge/cxl_upstream.c | 1 -
hw/pci-bridge/dec.c | 164 -----------------------------
hw/pci-bridge/i82801b11.c | 1 -
hw/pci-bridge/meson.build | 2 -
hw/pci-bridge/pci_bridge_dev.c | 1 -
hw/pci-bridge/pcie_pci_bridge.c | 1 -
hw/pci-bridge/pcie_root_port.c | 1 -
hw/pci-bridge/simba.c | 1 -
hw/pci-bridge/xio3130_downstream.c | 1 -
hw/pci-bridge/xio3130_upstream.c | 1 -
hw/pci-host/designware.c | 1 -
hw/pci-host/uninorth.c | 9 +-
hw/pci-host/xilinx-pcie.c | 1 -
hw/pci/pci.c | 20 ++--
hw/ppc/spapr_pci.c | 15 +--
22 files changed, 23 insertions(+), 228 deletions(-)
delete mode 100644 hw/pci-bridge/dec.h
delete mode 100644 hw/pci-bridge/dec.c
--
2.31.1
- [PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge field,
Igor Mammedov <=