acrn-hypervisor/devicemodel
Long Liu cded9aa97f ACRN: dm: Modify the runC.json for NUC.
The path modify the configuration for the runC container. There have
three changes for the configuration.
1、args [ "sh" ]: this is an example parameter and when the VM is started,
the parameter will be replaced by the launch_UOS script.
2、The linux capabilities will guarantee the Acrn-dm have enough capabilities
to run in container. For more infomation about the capalility you can refer
http://man7.org/linux/man-pages/man7/capabilities.7.htm
3、Move the rootfs to the parent directory, so all the container can share
the same rootfs.

Tracked-On: projectacrn#2020
Signed-off-by: Long Liu <long.liu@intel.com>
Reviewed-by: Binbin Wu <binbin.wu@intel.com>
2019-06-28 10:17:13 +08:00
..
arch/x86 dm: pm: mask the higher bits of parameter of smi_cmd handler 2019-04-16 15:03:04 +08:00
bios OVMF release v1.1 2019-06-06 12:11:59 +08:00
core DM: handle SIGPIPE signal 2019-06-03 09:17:01 +08:00
hw dm: support VMs communication with virtio-console 2019-06-06 12:40:47 +08:00
include dm: pci: fix the MMIO regions overlap when getting bar size 2019-06-03 09:14:15 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log DM: add logger setting parser function 2019-05-05 19:13:07 +08:00
samples ACRN: dm: Modify the runC.json for NUC. 2019-06-28 10:17:13 +08:00
MAINTAINERS
Makefile DM: Cleanup vmcfg 2019-05-29 14:07:45 +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/