acrn-hypervisor/devicemodel
Li Fei1 64bf4fb8f4 dm: don't deassign pass through PCIe device in DM
Let the ACRN HV to do this in shutdown sequence. In this case, the RTVM could be
still alive if something wrong happened to cause the DM died.

Tracked-On: #4428
Signed-off-by: Li Fei1 <fei1.li@intel.com>
2020-03-06 08:30:59 +08:00
..
arch/x86 dm:use acrn-dm logger function instread of fprintf 2019-11-14 15:34:04 +08:00
bios OVMF release v1.5 2019-12-20 10:31:15 +08:00
core dm: don't deassign pass through PCIe device in DM 2020-03-06 08:30:59 +08:00
hw dm: don't deassign pass through PCIe device in DM 2020-03-06 08:30:59 +08:00
include dm: remove vdev_update_bar_map callback for PCIe device 2020-03-02 16:42:17 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm:replace perror with pr_err 2020-01-08 13:37:57 +08:00
samples Delete pass-through audio to WaaG in default. 2020-02-12 13:08:23 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile Makefile: add gcc flags to prevent some optimization 2019-12-10 10:02:15 +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/