acrn-hypervisor/devicemodel
Amy Reyes 643d07b3f1 doc: terminology cleanup in DM readme
- Replace SOS or Service OS with Service VM
- Clean up some of the grammar

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
2021-11-24 06:29:25 -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: fix mevent timing issue 2021-11-24 20:44:26 +08:00
hw dm: Skip injecting _PPC and _PCT when _PSS is not constructed 2021-11-17 16:33:11 +08:00
include devicemodel: remove MAX_KATA_VM_NUM and CONFIG_KATA_VM 2021-11-16 14:42:59 +08:00
lib
log dm: fix potential program crash issue in disk_logger 2021-08-31 13:07:32 +08:00
MAINTAINERS
Makefile Makefile:add targz-pkg entry in Makefile 2021-08-09 11:52:27 +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