From: Corvin Köhne Date: Fri, 8 Nov 2024 12:48:30 +0000 (+0100) Subject: vfio/igd: add pci id for Coffee Lake X-Git-Tag: v9.2.0-rc1~9^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aff0c39c5bb5b45ebbf8f857cf8f546d4565f1bb;p=thirdparty%2Fqemu.git 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 Reviewed-by: Alex Williamson --- diff --git a/hw/vfio/igd.c b/hw/vfio/igd.c index a95d441f686..c5282827ec9 100644 --- a/hw/vfio/igd.c +++ b/hw/vfio/igd.c @@ -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;