acrn-hypervisor/devicemodel
Shuo Liu 536ce5fb27 dm: remove unnecessary ioreq status changing from DM
We will mark ioreq as COMPLETE in VHM via IC_NOTIFY_REQUEST_FINISH
ioctl. vm_notify_request_done can do it. So remove this one.

Tracked-On: #1821
Signed-off-by: Shuo Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-26 13:49:44 +08:00
..
arch/x86 dm: enhence the mevent API 2018-12-07 20:21:33 +08:00
bios dm: bios: update vSBL to V1.1 2018-12-12 12:53:41 +08:00
core dm: remove unnecessary ioreq status changing from DM 2018-12-26 13:49:44 +08:00
hw dm: use strncpy to replace strcpy 2018-12-25 18:40:04 +08:00
include dm: Add vm_clear_ioreq to clear ioreq status 2018-12-26 13:49:44 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples dm: pass mac seed not to use vm name on UP2 2018-12-20 21:55:28 +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 dm: add option to boot OVMF from acrn-dm 2018-12-13 09:56:09 +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/