vfio/igd: add pci id for Coffee Lake

I've tested and verified that Coffee Lake devices are working properly.

Signed-off-by: Corvin Köhne <c.koehne@beckhoff.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
Corvin Köhne 2024-11-08 13:48:30 +01:00 committed by Cédric Le Goater
parent abb1565d3d
commit aff0c39c5b
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ static int igd_gen(VFIOPCIDevice *vdev)
case 0x2200:
case 0x5900:
return 8;
/* CoffeeLake */
case 0x3e00:
return 9;
/* ElkhartLake */
case 0x4500:
return 11;