mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue