acrn-hypervisor/devicemodel
Minggui Cao e2d093989d DM: remove ignored pci device from SOS bootargs
now hypervisor will support to hide ignored PCI device from SOS,
it need not modify SOS PCI driver to support this feature.

Tracked-On: #1923
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-03 13:20:35 +08:00
..
arch/x86 DM: wrap ASSERT/DEASSERT IRQ line with Set/Clear IRQ line 2018-10-29 09:26:23 +08:00
bios dm: bios: update to version 1.0.1 2018-10-31 11:30:45 +08:00
core DM: Add support for virtual TPM enabling 2018-11-29 09:19:16 +08:00
hw use 4 vqs 2018-12-03 10:35:38 +08:00
include doc: replace return with retval 2018-11-30 14:55:17 +08:00
lib dm: add const declaration for dm_strto* APIs 2018-10-24 18:16:37 +08:00
samples DM: remove ignored pci device from SOS bootargs 2018-12-03 13:20:35 +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/