qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge
@ 2022-11-16 15:27 Igor Mammedov
  2022-11-16 15:27 ` [PATCH 1/2] remove DEC 21154 PCI bridge Igor Mammedov
  2022-11-16 15:27 ` [PATCH 2/2] pci: drop redundant PCIDeviceClass::is_bridge field Igor Mammedov
  0 siblings, 2 replies; 10+ messages in thread
From: Igor Mammedov @ 2022-11-16 15:27 UTC (permalink / raw)
  To: qemu-devel
  Cc: mst, ani, pbonzini, richard.henderson, mark.cave-ayland,
	peter.maydell, andrew.smirnov, paulburton, aleksandar.rikalo,
	danielhb413, clg, david, groug, qemu-arm, qemu-ppc


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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-23 12:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 15:27 [PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge Igor Mammedov
2022-11-16 15:27 ` [PATCH 1/2] remove DEC 21154 PCI bridge Igor Mammedov
2022-11-16 19:39   ` BALATON Zoltan
2022-11-18 12:44     ` Igor Mammedov
2022-11-20 22:08     ` Mark Cave-Ayland
2022-11-21  7:43       ` Igor Mammedov
2022-11-23 12:54         ` Mark Cave-Ayland
2022-11-16 15:27 ` [PATCH 2/2] pci: drop redundant PCIDeviceClass::is_bridge field Igor Mammedov
2022-11-16 15:35   ` Philippe Mathieu-Daudé
2022-11-16 15:48     ` Igor Mammedov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).