mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-14 02:34:12 +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 a 'gpu' option for 'passthrou' type device, which will create the dedicated "igd-lpc" for IGD passthrough. Tracked-On: #4405 v2 -> v3: * refine the commit 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>