acrn-hypervisor/devicemodel
Shiqing Gao 59b6d7b404 dm: verify the "iasl" version
This patch does:
- define IASL_MIN_VER in the top-level Makefile and pass it Device Model
- verify the "iasl" version at run time
  if "iasl" version is older than IASL_MIN_VER, refuse to launch the
  post-launched VM and exit directly.

Tracked-On: #7880

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
2022-07-13 14:01:01 +08:00
..
arch/x86 Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
bios OVMF release v3.0 2022-03-31 09:06:34 +08:00
core dm: verify the "iasl" version 2022-07-13 14:01:01 +08:00
hw dm: verify the "iasl" version 2022-07-13 14:01:01 +08:00
include dm: verify the "iasl" version 2022-07-13 14:01:01 +08:00
lib Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
log Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
Makefile dm: verify the "iasl" version 2022-07-13 14:01:01 +08:00
README.rst doc: terminology cleanup in DM readme 2021-11-24 06:29:25 -08:00
samples acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

README.rst

ACRN Device Model
#################

Introduction
============

The ACRN Device Model provides **device sharing** capabilities between the
Service VM and post-launched User VMs. It is a component that is used in
conjunction with the `ACRN Hypervisor`_ and is installed within the Service
VM.

.. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor