acrn-hypervisor/devicemodel
Yan, Like 771f15cd6b dm: don't present ioapic and pic to RT VM
Per ACRN RT VM design, there is no virtual IOAPIC and virtual PIC emulated for RT VM.
This commit removes the entries of IOAPIC, PIC, PPRT and APRT in ACPI table for RT VM.

Tracked-On: #3227
Signed-off-by: Yan, Like <like.yan@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-06-12 14:29:50 +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 v1.1 2019-06-06 12:11:59 +08:00
core dm: don't present ioapic and pic to RT VM 2019-06-12 14:29:50 +08:00
hw dm: don't present ioapic and pic to RT VM 2019-06-12 14:29:50 +08:00
include dm: Solve the problem of repeat mount hugetblfs 2019-06-11 15:03:47 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log DM: add logger setting parser function 2019-05-05 19:13:07 +08:00
samples dm: update uos path in launch_hard_rt_vm.sh 2019-05-29 09:35:19 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile DM: Cleanup vmcfg 2019-05-29 14:07:45 +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/