acrn-hypervisor/devicemodel
Liu Long dec8c09d04 dm: fix fault Injection into VirtIO console backend
Add Null pointer check in init vq ring and add vq ring descriptor
 check in case cause Nullpointer exception.

Tracked-On: #5355
Signed-off-by: Liu Long <long.liu@intel.com>
Reviewed-by: Wang, Yu1 <yu1.wang@intel.com>
2020-09-27 18:42:31 +08:00
..
arch/x86 dm:use acrn-dm logger function instread of fprintf 2019-11-14 15:34:04 +08:00
bios OVMF release v2.2 (updated) 2020-09-17 10:19:56 +08:00
core dm: fix fault Injection into VirtIO console backend 2020-09-27 18:42:31 +08:00
hw dm: fix fault Injection into VirtIO console backend 2020-09-27 18:42:31 +08:00
include dm: added fix-me for guest e820 initialization 2020-09-21 14:20:54 +08:00
lib
log DM: add wall time info into disk log file 2020-04-22 08:39:25 +08:00
MAINTAINERS
Makefile dm: mmio_dev: add mmio device pass through support 2020-07-23 20:13:20 +08:00
README.rst
samples acrn-config: refactor xmls/samples folder for acrn-config 2020-07-28 10:46:27 +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/