mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-04 18:30:18 +00:00
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:
@@ -5,6 +5,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* The interface of virtio_coreu is obsoleted.
|
||||
* We reserve these code for future.
|
||||
*/
|
||||
|
||||
/*
|
||||
* CoreU Virtualization
|
||||
*
|
||||
|
@@ -5,6 +5,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* The interface of virtio_hdcp is obsoleted.
|
||||
* We reserve these code for future.
|
||||
*/
|
||||
|
||||
/*
|
||||
* HDCP Virtualization
|
||||
*
|
||||
|
Reference in New Issue
Block a user