acrn-hypervisor/devicemodel
Yuan Liu 1049053e2e IOC mediator: fix the issue of abnormally missing tx package
The issue will result in the loss of wakeup reason and signal
data, because the CBC header was not added when generating the
tx package.

Tracked-On: #2283
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-01-11 09:21:35 +08:00
..
arch/x86 dm: allow PM1_RTC_EN to be written to PM1A 2018-12-29 10:33:32 +08:00
bios dm: bios: update vSBL to V1.1 2018-12-12 12:53:41 +08:00
core Update and complete acrn-dm parameters description 2019-01-09 16:19:35 -08:00
hw IOC mediator: fix the issue of abnormally missing tx package 2019-01-11 09:21:35 +08:00
include dm: acpi: add PSDS table in ACPI table 2018-12-28 22:11:09 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples script: remove DP-x:d parameters for UP2 board 2019-01-10 10:08:56 +08:00
vmcfg tools: vmcfg: use defconfig instead of default values in Kconfig 2018-12-12 13:23:28 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile Makefile: add install-samples-up2 2018-12-26 16:19:59 +08:00
README.rst Documentation: clean-up of isolated README.rst files 2018-11-20 11:09:53 -08:00

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/