Files
acrn-hypervisor/devicemodel
Yuanyuan Zhao a69bd56c05 dm: fix add check for malloc result
Add check for malloc result to madt pointer.

Tracked-On: #6769
Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
2021-11-25 13:40:39 +08:00
..
2021-11-02 15:11:42 +08:00
2021-11-25 13:21:18 +08:00
2021-11-25 13:40:39 +08:00
2018-05-15 17:19:39 +08:00
2021-11-15 16:02:40 +08:00
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/