mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-26 07:02:31 +00:00
Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correctly. If these dependencies fail, it is a fatal error for virtual display. We have to terminate the device model to let user fix runtime environment issue for graphics. Tracked-On: #7672 Signed-off-by: Sun Peng <peng.p.sun@linux.intel.com>