From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: "Michael S . Tsirkin" <mst@redhat.com>
Subject: [PATCH-for-11.0 0/2] hw/pci: Rename PCIDeviceClass::exit() -> PCIDeviceClass::unrealize()
Date: Mon, 24 Nov 2025 11:32:42 +0100 [thread overview]
Message-ID: <20251124103244.78932-1-philmd@linaro.org> (raw)
Complete PCIDeviceClass::realize() conversion started 10 years ago :)
Philippe Mathieu-Daudé (2):
hw/pci: Rename pci_bridge_exitfn() -> pci_bridge_unrealize()
hw/pci: Rename PCIDeviceClass::exit() -> PCIDeviceClass::unrealize()
include/hw/pci/pci.h | 1 -
include/hw/pci/pci_bridge.h | 2 +-
include/hw/pci/pci_device.h | 3 ++-
hw/audio/ac97.c | 8 ++++----
hw/audio/es1370.c | 8 ++++----
hw/audio/intel-hda.c | 8 ++++----
hw/audio/via-ac97.c | 4 ++--
hw/char/diva-gsp.c | 6 +++---
hw/char/serial-pci-multi.c | 8 ++++----
hw/char/serial-pci.c | 4 ++--
hw/cxl/switch-mailbox-cci.c | 4 ++--
hw/display/ati.c | 8 ++++----
hw/display/bochs-display.c | 4 ++--
hw/display/vga-pci.c | 4 ++--
hw/ide/cmd646.c | 4 ++--
hw/ide/ich.c | 4 ++--
hw/ide/piix.c | 6 +++---
hw/ide/via.c | 4 ++--
hw/mem/cxl_type3.c | 4 ++--
hw/misc/edu.c | 4 ++--
hw/misc/ivshmem-pci.c | 4 ++--
hw/misc/pci-testdev.c | 5 ++---
hw/net/can/can_kvaser_pci.c | 4 ++--
hw/net/can/can_mioe3680_pci.c | 4 ++--
hw/net/can/can_pcm3680_pci.c | 4 ++--
hw/net/can/ctucan_pci.c | 4 ++--
hw/net/e1000.c | 5 ++---
hw/net/e1000e.c | 4 ++--
hw/net/eepro100.c | 8 ++++----
hw/net/igb.c | 4 ++--
hw/net/igbvf.c | 4 ++--
hw/net/ne2000-pci.c | 4 ++--
hw/net/pcnet-pci.c | 4 ++--
hw/net/rocker/rocker.c | 4 ++--
hw/net/rtl8139.c | 4 ++--
hw/net/sungem.c | 4 ++--
hw/net/tulip.c | 4 ++--
hw/net/vmxnet3.c | 4 ++--
hw/nvme/ctrl.c | 4 ++--
hw/pci-bridge/cxl_downstream.c | 8 ++++----
hw/pci-bridge/cxl_root_port.c | 2 +-
hw/pci-bridge/cxl_upstream.c | 8 ++++----
hw/pci-bridge/gen_pcie_root_port.c | 2 +-
hw/pci-bridge/i82801b11.c | 2 +-
hw/pci-bridge/pci_bridge_dev.c | 8 ++++----
hw/pci-bridge/pci_expander_bridge.c | 8 ++++----
hw/pci-bridge/pcie_pci_bridge.c | 8 ++++----
hw/pci-bridge/pcie_root_port.c | 8 ++++----
hw/pci-bridge/simba.c | 2 +-
hw/pci-bridge/xio3130_downstream.c | 8 ++++----
hw/pci-bridge/xio3130_upstream.c | 8 ++++----
hw/pci-host/designware.c | 2 +-
hw/pci-host/xilinx-pcie.c | 2 +-
hw/pci/pci.c | 4 ++--
hw/pci/pci_bridge.c | 2 +-
hw/remote/proxy.c | 4 ++--
hw/riscv/riscv-iommu-pci.c | 4 ++--
hw/scsi/esp-pci.c | 4 ++--
hw/scsi/lsi53c895a.c | 4 ++--
hw/scsi/megasas.c | 4 ++--
hw/scsi/mptsas.c | 4 ++--
hw/scsi/vmw_pvscsi.c | 10 ++++------
hw/sd/sdhci-pci.c | 4 ++--
hw/ufs/ufs.c | 4 ++--
hw/usb/hcd-ehci-pci.c | 4 ++--
hw/usb/hcd-ohci-pci.c | 8 ++++----
hw/usb/hcd-uhci.c | 4 ++--
hw/usb/hcd-xhci-pci.c | 4 ++--
hw/vfio/pci.c | 4 ++--
hw/virtio/virtio-pci.c | 4 ++--
hw/watchdog/wdt_i6300esb.c | 4 ++--
hw/xen/xen_pt.c | 4 ++--
72 files changed, 168 insertions(+), 172 deletions(-)
--
2.51.0
next reply other threads:[~2025-11-24 10:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 10:32 Philippe Mathieu-Daudé [this message]
2025-11-24 10:32 ` [PATCH-for-11.0 1/2] hw/pci: Rename pci_bridge_exitfn() -> pci_bridge_unrealize() Philippe Mathieu-Daudé
2025-11-24 10:32 ` [PATCH-for-11.0 2/2] hw/pci: Rename PCIDeviceClass::exit() -> PCIDeviceClass::unrealize() Philippe Mathieu-Daudé
2025-11-24 13:56 ` BALATON Zoltan
2025-11-24 16:27 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251124103244.78932-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=armbru@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).