Files
acrn-hypervisor/devicemodel
Yonghua Huang 7a0c7dcadf dm: fix memory leakage issue in acrn_parse_cpu_affinity
there is memory leakage in this function,
 where memory pointed by 'cp'.

Tracked-On: #6919
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2021-12-01 08:46:37 +08:00
..
2021-11-02 15:11:42 +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/