acrn-hypervisor/devicemodel
Yin Fengwei 7fce2462a0 dm: apply new mevent API to avoid race issue in mei
Pass teardown callback when add mevent in mei mediator code.
Which could avoid run_callback calling after the related data
structure is freed.

Tracked-On: #1877
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2018-12-07 20:21:33 +08:00
..
arch/x86 dm: enhence the mevent API 2018-12-07 20:21:33 +08:00
bios dm: bios: update to version 1.0.1 2018-10-31 11:30:45 +08:00
core dm: apply new mevent API to avoid race issue in mei 2018-12-07 20:21:33 +08:00
hw dm: apply new mevent API to avoid race issue in mei 2018-12-07 20:21:33 +08:00
include dm: enhence the mevent API 2018-12-07 20:21:33 +08:00
lib dm: add const declaration for dm_strto* APIs 2018-10-24 18:16:37 +08:00
samples DM: updating launch_uos.sh 2018-12-07 19:31:25 +08:00
vmcfg devicemodel: Makefile: clean up/refactor some code 2018-10-30 14:25:51 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile HDCP virtio back-end driver 2018-11-30 14:45:24 +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/