acrn-hypervisor/devicemodel
fangfang.shen 7f57e64e10 Delete pass-through audio to WaaG in default.
For "Split Device Model", pass-through PCI will be implemented in HV,
"reset" param is added into DM cmdline to ensure PCI device's status before launching VM.
WaaG will fail to boot if adding pass-through audio in default,
because current audio card's reset function isn't supported on WHL platform.

Tracked-On: #4397

Signed-off-by: fangfang.shen <fangfang.shen@intel.com>
2020-02-12 13:08:23 +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:passthrough graphics stolen memory to uos gpu 2020-01-17 09:23:13 +08:00
hw dm:passthrough opregion to uos gpu 2020-01-17 09:23:13 +08:00
include dm:passthrough opregion to uos gpu 2020-01-17 09:23:13 +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
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/