acrn-hypervisor/devicemodel
Minggui Cao 6750d5a277 Revert "dm: set PMU_PT flag for CPU core partition VM"
This reverts commit 811992ee2b.

There could be some conflict with current configure tool. will fix it
later.

Tracked-On: #6966
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
2022-03-14 20:18:08 +08:00
..
arch/x86 ACRN: misc: Unify terminology for sos/uos rin macro 2021-11-02 10:00:55 +08:00
bios OVMF release v2.7 2021-11-02 15:11:42 +08:00
core Revert "dm: set PMU_PT flag for CPU core partition VM" 2022-03-14 20:18:08 +08:00
hw dm/tools: compatible with openssl3.0 2022-03-08 17:39:47 +08:00
include dm: add checks of ioctl return value for ACRN userspace 2022-02-21 09:25:50 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm: fix memory leakage issue in disk_logger.c 2022-02-10 15:26:22 +08:00
MAINTAINERS
Makefile DM: add new monitor module 2022-02-18 18:33:52 +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