acrn-hypervisor/devicemodel
Li Fei1 933e2178d0 dm: pci: reset passthrough device by default
Do reset for passthrough PCI device by default when assigning it to post-launched
VM:
1. modify opt "reset" to "no_reset" -- could enable no_reset for debug only
2. remove "ptdev_no_reset" opt. It could be replaced by setting "no_reset" for
each passthrough device.

Tracked-On: #3465
Signed-off-by: Li Fei1 <fei1.li@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-12-30 13:43:07 +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: pci: reset passthrough device by default 2019-12-30 13:43:07 +08:00
hw dm: pci: reset passthrough device by default 2019-12-30 13:43:07 +08:00
include dm: pci: reset passthrough device by default 2019-12-30 13:43:07 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm:use acrn-dm logger function instread of printf 2019-11-14 15:34:04 +08:00
samples DM: samples: Correct parameter of intel_pstate 2019-11-12 22:04:51 +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/