acrn-hypervisor/devicemodel
Yonghua Huang ade36db377 dm: bugfix in create_and_inject_vrtct
GPA of software SRAM is available only after
 build_vrtct() function is called and the return
 value of it is valid(Not NULL).

 This patch fix bug in create_and_inject_vrtct()
 function which violates above pre-condition when
 calling get_software_sram_base_gpa().

Tracked-On: #5973
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2021-04-29 10:16:54 +08:00
..
arch/x86 dm:use acrn-dm logger function instread of fprintf 2019-11-14 15:34:04 +08:00
bios OVMF release v2.4 2021-02-18 10:34:29 +08:00
core DM: gvt: Identical mapping for GPU DSM refine to support EHL/TGL 2021-04-02 20:46:26 +08:00
hw dm: bugfix in create_and_inject_vrtct 2021-04-29 10:16:54 +08:00
include DM: gvt: Identical mapping for GPU DSM refine to support EHL/TGL 2021-04-02 20:46:26 +08:00
lib
log DM: add wall time info into disk log file 2020-04-22 08:39:25 +08:00
MAINTAINERS
Makefile Makefile: prefer RELEASE=y|n over RELEASE=0|1 2021-03-03 15:50:01 +08:00
README.rst
samples acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

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/