[PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge

Igor Mammedov posted 2 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221116152730.3691347-1-imammedo@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Peter Maydell <peter.maydell@linaro.org>, Andrey Smirnov <andrew.smirnov@gmail.com>, Paul Burton <paulburton@kernel.org>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
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
[PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge
Posted by Igor Mammedov 1 year, 5 months ago
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