mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
vfio-platform: Deprecate all forms of vfio-platform devices
As an outcome of KVM forum 2024 "vfio-platform: live and let die?" talk, let's deprecate vfio-platform devices. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250305124225.952791-1-eric.auger@redhat.com [ clg: Fixed spelling in vfio-amd-xgbe section ] Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
515d80d665
commit
8d8a30d1ac
4 changed files with 30 additions and 0 deletions
|
@ -575,6 +575,7 @@ static void vfio_platform_realize(DeviceState *dev, Error **errp)
|
|||
VFIODevice *vbasedev = &vdev->vbasedev;
|
||||
int i;
|
||||
|
||||
warn_report("-device vfio-platform is deprecated");
|
||||
qemu_mutex_init(&vdev->intp_mutex);
|
||||
|
||||
trace_vfio_platform_realize(vbasedev->sysfsdev ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue