mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-29 21:49:05 +00:00
Currently there're two issues which prevent UOS with 4.19-rc kernel from booting: 1. GVT-g PVMMIO ppgtt update optimization causes GPU hang 2. audio driver causes kernel panic This patch is a temporary workaround to prelimarily support 4.19-rc UOS. And it will be reverted after above two issues are fixed. Tracked-On: #1413 Signed-off-by: Min He <min.he@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com>