projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb1565
)
vfio/igd: add pci id for Coffee Lake
author
Corvin Köhne
<c.koehne@beckhoff.com>
Fri, 8 Nov 2024 12:48:30 +0000
(13:48 +0100)
committer
Cédric Le Goater
<clg@redhat.com>
Mon, 18 Nov 2024 07:40:06 +0000
(08:40 +0100)
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>
hw/vfio/igd.c
patch
|
blob
|
history
diff --git
a/hw/vfio/igd.c
b/hw/vfio/igd.c
index a95d441f68661c23eee976be5d74b2da354f9498..c5282827ec9112be3c53fbef953abed0bac64298 100644
(file)
--- 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;