]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: Rename vfio-common.h to vfio-device.h
authorCédric Le Goater <clg@redhat.com>
Wed, 26 Mar 2025 07:51:20 +0000 (08:51 +0100)
committerCédric Le Goater <clg@redhat.com>
Fri, 25 Apr 2025 07:01:37 +0000 (09:01 +0200)
commit11b8b9d53d8b30bf1823e9d2e303c28fe13acf34
treedba9d1098106be701c68945d36dafe5f723e97e2
parenta9183378f54969c8b11f08fdb3063925de8d77c3
vfio: Rename vfio-common.h to vfio-device.h

"hw/vfio/vfio-common.h" has been emptied of most of its declarations
by the previous changes and the only declarations left are related to
VFIODevice. Rename it to "hw/vfio/vfio-device.h" and make the
necessary adjustments.

Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-36-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
18 files changed:
backends/iommufd.c
hw/vfio/ap.c
hw/vfio/ccw.c
hw/vfio/container-base.c
hw/vfio/container.c
hw/vfio/cpr.c
hw/vfio/device.c
hw/vfio/helpers.c
hw/vfio/iommufd.c
hw/vfio/listener.c
hw/vfio/migration-multifd.c
hw/vfio/migration-multifd.h
hw/vfio/migration.c
hw/vfio/pci.h
hw/vfio/region.c
include/hw/s390x/vfio-ccw.h
include/hw/vfio/vfio-device.h [moved from include/hw/vfio/vfio-common.h with 98% similarity]
include/hw/vfio/vfio-platform.h