acrn-hypervisor/devicemodel
Victor Sun 49e6deaf26 HV: rename the term of vm0 to sos vm
Under sharing mode, VM0 is identical with SOS VM. But the coupling of
SOS VM and VM 0 is not friendly for partition mode.

This patch is a pure term change of vm0 to sos VM, it does not change
any code logic or senmantic.

Tracked-On: #2291

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-21 18:03:31 +08:00
..
arch/x86 dm: allow PM1_RTC_EN to be written to PM1A 2018-12-29 10:33:32 +08:00
bios dm: bios: update vSBL to V1.1 2018-12-12 12:53:41 +08:00
core acrn/dm: Add the check of acrn_vhm/acrn_hsm to open the VHM driver 2019-01-18 11:04:22 +08:00
hw DM: mei: solving the issue of closing the fd 2019-01-11 11:26:42 +08:00
include HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples acrn/dm: Check device file of /dev/acrn_hsm to determine the path of offline VCPU 2019-01-18 11:04:22 +08:00
vmcfg tools: vmcfg: use defconfig instead of default values in Kconfig 2018-12-12 13:23:28 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile Makefile: support SBL binary for E2E build 2019-01-18 11:22:15 +08:00
README.rst Documentation: clean-up of isolated README.rst files 2018-11-20 11:09:53 -08:00

README.rst

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

Introduction
============
The ACRN Device Model provides **device sharing** capabilities between the
Service OS and Guest OSs. It is a component that is used in conjunction with
the `ACRN Hypervisor`_ and this is installed within the Service OS. You can
find out more about Project ACRN on the `Project ACRN documentation`_ website.

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