mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-02-21 14:43:20 +00:00
Hardware cursor emulation of virtio-gpu video adapter. Guest vm can show its own cursor in virtual display, not share the cursor with service vm. It also accelerated by SDL(OpenGL ES 2.0 backend) API with hardware acceleration based on the GPU hardware own by service vm. Tracked-On: #7210 Signed-off-by: Sun, Peng <peng.p.sun@linux.intel.com> Reviewed-by: Zhao, yakui <yakui.zhao@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>