acrn-hypervisor/devicemodel
Liu Yuan 763d218302 DM: virtio-gpio: fix array overflow issue
explicitly initialize the cmd_cap string array.

Tracked-On: #3001
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-04-23 15:12:39 +08:00
..
arch/x86 dm: pm: mask the higher bits of parameter of smi_cmd handler 2019-04-16 15:03:04 +08:00
bios OVMF release v0.8 2019-04-01 12:39:42 +08:00
core dm: safely access MMIO hint in MMIO emulation 2019-04-22 15:18:21 +08:00
hw DM: virtio-gpio: fix array overflow issue 2019-04-23 15:12:39 +08:00
include dm: completely remove enable_bar()/disable_bar() functions 2019-04-22 15:18:21 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples DM USB: fix SWWDT_UNHANDLED issue 2019-04-11 13:21:30 +08:00
vmcfg dm: remove "acrn_" prefix from tap name 2019-04-09 10:59:45 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile acrn-dm: enable debug option for acrn-dm 2019-04-16 15:24:25 +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/