]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/igd: remove unsupported device ids
authorTomita Moeko <tomitamoeko@gmail.com>
Fri, 6 Dec 2024 12:27:40 +0000 (20:27 +0800)
committerCédric Le Goater <clg@redhat.com>
Thu, 26 Dec 2024 06:23:37 +0000 (07:23 +0100)
commit8492a6129c3c581cd6f94a0c11e9c4c5ebbac9dc
treefdaeb2b227cc00a9372faee66db7281dc195088f
parent03828b00a2bfa14fb70a423b811b57d463842622
vfio/igd: remove unsupported device ids

Since e433f208973f ("vfio/igd: return an invalid generation for unknown
devices"), the default return of igd_gen() was changed to unsupported.
There is no need to filter out those unsupported devices.

Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
Reviewed-by: Corvin Köhne <c.koehne@beckhoff.com>
Signed-off-by: Tomita Moeko <tomitamoeko@gmail.com>
Link: https://lore.kernel.org/r/20241206122749.9893-3-tomitamoeko@gmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/igd.c