]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio-user/pci.c: rename vfio_user_instance_finalize() to vfio_user_pci_finalize()
authorMark Cave-Ayland <mark.caveayland@nutanix.com>
Thu, 25 Sep 2025 11:31:34 +0000 (12:31 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 25 Sep 2025 15:55:20 +0000 (17:55 +0200)
commitd5447437aef2d326728e0ad1590a5fa50c0b33a3
treecf03bd14ed7b6e8b44308d3f29089592755250ce
parentde837b5cbd489410aab1eda00b4b50e45a85d5d6
vfio-user/pci.c: rename vfio_user_instance_finalize() to vfio_user_pci_finalize()

This is the more typical naming convention for QOM finalize() functions, in
particular it changes the prefix to match the name of the QOM type.

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250925113159.1760317-27-mark.caveayland@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio-user/pci.c