[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge
From: |
Igor Mammedov |
Subject: |
[PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge |
Date: |
Wed, 16 Nov 2022 16:27:28 +0100 |
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 | 6 --
hw/pci-host/xilinx-pcie.c | 1 -
hw/pci/pci.c | 20 ++--
hw/ppc/spapr_pci.c | 15 +--
22 files changed, 19 insertions(+), 229 deletions(-)
delete mode 100644 hw/pci-bridge/dec.h
delete mode 100644 hw/pci-bridge/dec.c
--
2.31.1
- [PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge,
Igor Mammedov <=