]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: Remove 'vfio-platform'
authorCédric Le Goater <clg@redhat.com>
Mon, 1 Sep 2025 06:46:30 +0000 (08:46 +0200)
committerCédric Le Goater <clg@redhat.com>
Mon, 8 Sep 2025 14:46:31 +0000 (16:46 +0200)
commit762c85543948bf1f7838d663995648635d3f4b92
treebaece77bdc1dc26a670de78fc394e09f09dc03f0
parent8ebc416ac17a71aec267df1ca5cb5301cc6c4906
vfio: Remove 'vfio-platform'

The VFIO_PLATFORM device type has been deprecated in the QEMU 10.0
timeframe. All dependent devices have been removed. Now remove the
core vfio platform framework.

Rename VFIO_DEVICE_TYPE_PLATFORM enum to VFIO_DEVICE_TYPE_UNUSED to
maintain the same index for the CCW and AP VFIO device types.

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250901064631.530723-8-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
docs/about/deprecated.rst
docs/about/removed-features.rst
hw/arm/Kconfig
hw/arm/virt.c
hw/vfio/Kconfig
hw/vfio/meson.build
hw/vfio/platform.c [deleted file]
hw/vfio/trace-events
include/hw/vfio/vfio-device.h
include/hw/vfio/vfio-platform.h [deleted file]