mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-27 11:43:26 +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:
@@ -822,7 +822,10 @@ struct ioc_state_info {
|
||||
int32_t (*handler)(struct ioc_dev *ioc);
|
||||
};
|
||||
|
||||
/* Parse IOC parameters */
|
||||
/*
|
||||
* obsolete interface
|
||||
* Parse IOC parameters
|
||||
*/
|
||||
int ioc_parse(const char *opts);
|
||||
|
||||
struct vmctx;
|
||||
|
Reference in New Issue
Block a user