acrn-hypervisor/devicemodel
Xiaoguang Wu 1d1d24345f DM USB: xHCI: change log level of some logs for S3 online debugging
S3 emulation is complicated and greatly dependent on system timing,
hence this patch changes log level for some important logs to help
online debugging (could output log by modifing launch_uos.sh and
without re-compiling)

Tracked-On: #1893
Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com>
Reviewed-by: Liang Yang <liang3.yang@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2018-12-20 20:22:25 +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 HV/DM: Unify the usage of aligned for structure definition with alignment 2018-12-20 14:08:28 +08:00
hw DM USB: xHCI: change log level of some logs for S3 online debugging 2018-12-20 20:22:25 +08:00
include HV/DM: Unify the usage of aligned for structure definition with alignment 2018-12-20 14:08:28 +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/