mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-27 03:33:19 +00:00
dm: remove vm_get_config() API
This API depends on GET_PLATFORM_INFO ioctl command, which will not be supported from ACRN HSM anymore. This patch removes the definition of it and also cleans related data structure. Tracked-On: #6690 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
e0a01a12d9
commit
dd2d1a5610
@@ -150,6 +150,4 @@ void vm_reset_watchdog(struct vmctx *ctx);
|
||||
|
||||
int vm_ioeventfd(struct vmctx *ctx, struct acrn_ioeventfd *args);
|
||||
int vm_irqfd(struct vmctx *ctx, struct acrn_irqfd *args);
|
||||
int vm_get_config(struct vmctx *ctx, struct acrn_vm_config_header *vm_cfg,
|
||||
struct acrn_platform_info *plat_info);
|
||||
#endif /* _VMMAPI_H_ */
|
||||
|
Reference in New Issue
Block a user