acrn-hypervisor/devicemodel
Yan, Like c42b41fe2b dm: add "noapic" to rt-linux kernel parameters
This commit adds "noapic" boot option to rt-linux, to skip IOAPIC probe.

Tracked-On: #3227
Signed-off-by: Yan, Like <like.yan@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-06-28 09:36:41 +08:00
..
arch/x86 dm: refine 'assert' usage in pm.c and acpi.c 2019-06-20 08:55:44 +08:00
bios OVMF release v1.1 2019-06-06 12:11:59 +08:00
core dm: refine assert usage 2019-06-24 11:57:05 +08:00
hw DM: virtio-console: bug fix for parsing options 2019-06-27 16:42:09 +08:00
include dm: pci: clean up assert() in pci core 2019-06-20 11:21:51 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log DM: add deinit API for loggers 2019-06-13 13:06:51 +08:00
samples dm: add "noapic" to rt-linux kernel parameters 2019-06-28 09:36:41 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile DM: add disk-logger to write log into file system 2019-06-13 13:06:51 +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/