acrn-hypervisor/devicemodel
Xiaoguang Wu be0a4b692b DM USB: fix enumeration related issues
The patch fixes enumeration related issues introduced by commit 'fc3d19'.

Tracked-On: #3612
Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-09-03 12:22:46 +08:00
..
arch/x86 dm: pm: support control method power button 2019-08-20 09:27:32 +08:00
bios OVMF release v1.2 2019-08-01 09:24:52 +08:00
core dm: support VM running with more than 4 vcpus 2019-09-03 08:50:40 +08:00
hw DM USB: fix enumeration related issues 2019-09-03 12:22:46 +08:00
include hv: fix Violations touched ACRN Coding Guidelines 2019-08-15 09:47:11 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm: remove unsafe apis in dm log 2019-07-12 09:41:15 +08:00
samples DM: set data partition of apl-up2 to mmcblk0p1 2019-08-22 09:10:38 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile hv: fix symbols not stripped from release binaries 2019-07-18 15:03:00 +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/