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>
This commit is contained in:
Chenli Wei
2021-12-24 17:03:06 +08:00
committed by wenlingz
parent d56e241228
commit 93ede38169
8 changed files with 39 additions and 24 deletions

View File

@@ -5,6 +5,11 @@
*
*/
/*
* The interface of virtio_coreu is obsoleted.
* We reserve these code for future.
*/
/*
* CoreU Virtualization
*

View File

@@ -5,6 +5,11 @@
*
*/
/*
* The interface of virtio_hdcp is obsoleted.
* We reserve these code for future.
*/
/*
* HDCP Virtualization
*