acrn-hypervisor/devicemodel
Peter Fang 6be9f15aa6 dm: virtio: change return type to bool
Change return type to bool when returning int is not necessary.

Tracked-On: #2763
Signed-off-by: Peter Fang <peter.fang@intel.com>
Reviewed-by: Shuo A Liu <shuo.a.liu@intel.com>
2019-04-04 00:27:10 +08:00
..
arch/x86 dm: use power button acpi device to find its input event 2019-03-07 20:23:48 +08:00
bios OVMF release v0.8 2019-04-01 12:39:42 +08:00
core DM: Add new flag GUEST_FLAG_RT for RTVM 2019-03-29 16:17:44 +08:00
hw DM: restrict vmname size to 32 bytes 2019-03-26 21:23:16 +08:00
include dm: virtio: change return type to bool 2019-04-04 00:27:10 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples DM: Add -A to support S5 of hard rt vm 2019-03-29 16:17:44 +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: remove smbios 2019-03-26 00:21:52 -07: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/