acrn-hypervisor/devicemodel
Chenli Wei 93ede38169 dm: remove some dynamic parameters from acrn-dm usage
The following parameters have not used by new design:

1.  --vsbl <vsbl_file_path>
2.  --part_info <part_info_name>
3.  -G, --gvtargs <GVT_args>
4.  -s <slot>,pci-gvt
5.  -Y, --mptgen
6.  -s <slot>,virtio-hdcp
7.  -s <slot>,npk
8.  -s <slot>,virtio-coreu
9.  -i, --ioc_node <ioc_mediator_parameters>
10. --pm_by_vuart [pty|tty],<node_path>
11. --pm_notify_channel <channel>

This patch remove these parameters from usage and comment in code to
explain they are all obsoleted now.

Tracked-On: #6690
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
Signed-off-by: Chenli Wei <chenli.wei@linux.intel.com>
2021-12-29 14:25:50 +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 dm: remove some dynamic parameters from acrn-dm usage 2021-12-29 14:25:50 +08:00
hw dm: remove some dynamic parameters from acrn-dm usage 2021-12-29 14:25:50 +08:00
include dm: remove some dynamic parameters from acrn-dm usage 2021-12-29 14:25:50 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm: fix potential program crash issue in disk_logger 2021-08-31 13:07:32 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile Makefile:add targz-pkg entry in Makefile 2021-08-09 11:52:27 +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