From: Corvin Köhne Date: Wed, 28 Aug 2024 13:43:26 +0000 (+0200) Subject: vfio/igd: add ID's for ElkhartLake and TigerLake X-Git-Tag: v9.2.0-rc0~83^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c86b9fb43cf724c4adcf234dc4c6d20d83ee370;p=thirdparty%2Fqemu.git vfio/igd: add ID's for ElkhartLake and TigerLake ElkhartLake and TigerLake devices were tested in legacy mode with Linux and Windows VMs. Both are working properly. It's likely that other Intel GPUs of gen 11 and 12 like IceLake device are working too. However, we're only adding known good devices for now. Signed-off-by: Corvin Köhne Reviewed-by: Alex Williamson --- diff --git a/hw/vfio/igd.c b/hw/vfio/igd.c index 0d68c6a4516..8a41b16421b 100644 --- a/hw/vfio/igd.c +++ b/hw/vfio/igd.c @@ -88,6 +88,12 @@ static int igd_gen(VFIOPCIDevice *vdev) case 0x2200: case 0x5900: return 8; + /* ElkhartLake */ + case 0x4500: + return 11; + /* TigerLake */ + case 0x9A00: + return 12; } /*