acrn-hypervisor/devicemodel
Long Liu 5ab68eb97b dm: hw: Replace sscanf with permitted string API
Replace sscanf in device model hw directory

Tracked-On: #2079
Signed-off-by: Long Liu <long.liu@intel.com>
Reviewed-by: Shuo A Liu <shuo.a.liu@intel.com>
Reviewed-by: <yonghua.huang@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2018-12-17 19:17:29 +08:00
..
arch/x86 dm: enhence the mevent API 2018-12-07 20:21:33 +08:00
bios dm: bios: update vSBL to V1.1 2018-12-12 12:53:41 +08:00
core dm: set correct thread name 2018-12-14 19:50:50 +08:00
hw dm: hw: Replace sscanf with permitted string API 2018-12-17 19:17:29 +08:00
include dm: hw: Replace sscanf with permitted string API 2018-12-17 19:17:29 +08:00
lib dm: add const declaration for dm_strto* APIs 2018-10-24 18:16:37 +08:00
samples Doc: Update GSG for v0.4 version and launch and acrn.conf sample script 2018-12-15 10:12:44 -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: add option to boot OVMF from acrn-dm 2018-12-13 09:56:09 +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/