mirror of https://github.com/xemu-project/xemu.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 <c.koehne@beckhoff.com> Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
abb1565d3d
commit
aff0c39c5b
|
@ -88,6 +88,9 @@ static int igd_gen(VFIOPCIDevice *vdev)
|
||||||
case 0x2200:
|
case 0x2200:
|
||||||
case 0x5900:
|
case 0x5900:
|
||||||
return 8;
|
return 8;
|
||||||
|
/* CoffeeLake */
|
||||||
|
case 0x3e00:
|
||||||
|
return 9;
|
||||||
/* ElkhartLake */
|
/* ElkhartLake */
|
||||||
case 0x4500:
|
case 0x4500:
|
||||||
return 11;
|
return 11;
|
||||||
|
|
Loading…
Reference in New Issue