acrn-hypervisor/devicemodel
Sun, Peng f2cfa761ae dm: virtio-gpu: cursor surpport
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>
2022-03-28 15:26:20 +08:00
..
arch/x86 ACRN: misc: Unify terminology for sos/uos rin macro 2021-11-02 10:00:55 +08:00
bios OVMF release v2.7 2021-11-02 15:11:42 +08:00
core dm: virtio-gpu: virtual display support 2022-03-28 15:26:20 +08:00
hw dm: virtio-gpu: cursor surpport 2022-03-28 15:26:20 +08:00
include dm: virtio-gpu: cursor surpport 2022-03-28 15:26:20 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm: fix memory leakage issue in disk_logger.c 2022-02-10 15:26:22 +08:00
MAINTAINERS
Makefile dm: virtio-gpu: virtual display support 2022-03-28 15:26:20 +08:00
README.rst doc: terminology cleanup in DM readme 2021-11-24 06:29:25 -08:00
samples acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

README.rst

ACRN Device Model
#################

Introduction
============

The ACRN Device Model provides **device sharing** capabilities between the
Service VM and post-launched User VMs. It is a component that is used in
conjunction with the `ACRN Hypervisor`_ and is installed within the Service
VM.

.. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor