acrn-hypervisor/devicemodel
Long Liu 6865210493 ACRN: dm: Modify runC default rootfs directory
The patch changes runC container's default rootfs directory. In the patch
change the rootfs to runC bundle's parent directory. Because in ACRN we map
SOS rootfs to container so the rootfs is an empty directory, after move it to
parent directory all the container can share the same rootfs.

Tracked-On: #2020
Signed-off-by: Long Liu <long.liu@intel.com>
Reviewed-by: Yu Wang <yu1.wang@intel.com>
2019-02-25 20:24:22 +08:00
..
arch/x86 dm: implement power button for power managerment 2019-02-21 11:48:02 +08:00
bios dm: bios: update vSBL to V1.1 2018-12-12 12:53:41 +08:00
core dm: add option "lapic_pt" to create VM for realtime scenarios 2019-01-28 19:47:33 +08:00
hw DM: Attestation Keybox support in SOS DM 2019-02-25 16:40:25 +08:00
include DM: Attestation Keybox support in SOS DM 2019-02-25 16:40:25 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples ACRN: dm: Modify runC default rootfs directory 2019-02-25 20:24: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 DM: Attestation Keybox support in SOS DM 2019-02-25 16:40:25 +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/