acrn-hypervisor/devicemodel
Jie Deng 74203e39d9 dm: virtio_console: read only when the virtqueue is ready.
The read should not continue if the virtqueue is not ready.

Tracked-On: #5544
Signed-off-by: Jie Deng <jie.deng@intel.com>
2020-11-27 15:01:14 +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.3 2020-10-30 15:45:31 +08:00
core DM: Add the return value check in case cause Null pointer exception 2020-11-18 09:51:42 +08:00
hw dm: virtio_console: read only when the virtqueue is ready. 2020-11-27 15:01:14 +08:00
include dm: support OVMF split images 2020-11-11 09:53:28 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
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

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/