acrn-hypervisor/devicemodel
Mingqiang Chi a59205f6a2 dm:use acrn-dm logger function instread of fprintf
use acrn-dm logger function instread of fprintf,
this helps the stability testing log capture.

Tracked-On: #4098
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Cao Minggui <minggui.cao@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
2019-11-14 15:34:04 +08:00
..
arch/x86 dm:use acrn-dm logger function instread of fprintf 2019-11-14 15:34:04 +08:00
bios Revert "OVMF release v1.4" 2019-11-04 11:15:00 +08:00
core dm:use acrn-dm logger function instread of fprintf 2019-11-14 15:34:04 +08:00
hw dm:use acrn-dm logger function instread of fprintf 2019-11-14 15:34:04 +08:00
include dm:use acrn-dm logger function instread of printf 2019-11-14 15:34:04 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm:use acrn-dm logger function instread of printf 2019-11-14 15:34:04 +08:00
samples DM: samples: Correct parameter of intel_pstate 2019-11-12 22:04:51 +08:00
MAINTAINERS
Makefile DM: add guest vm power manager by vuart 2019-09-11 16:43:22 +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/