mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-12 17:52:39 +00:00
Intel Graphics Device(IGD) passthrough on Windows guest has the restriction that it need a lpc bridge device located in 00:1f.0 PCI slot. This patch add an extra lpc class for this restriction, the lpc class will be used to create a dummy lpc bridge. To enable gvt-d GOP driver work, the VID, DID, REVID, SUBVID, SUBDID of igd-lpc need aligned with physical one. Tracked-On: #4405 v2 -> v3: * refine the comment message and comments. Signed-off-by: Junming Liu <junming.liu@intel.com> Reviewed-by: Shuo A Liu <shuo.a.liu@intel.com> Reviewed-by: Wu Binbin <binbin.wu@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>