mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
HV: remove sanitize_vm_config function
Remove function of sanitize_vm_config() since the processing of sanitizing will be moved to pre-build process. When hypervisor has booted, we assume all VM configurations is sanitized; Tracked-On: #5077 Signed-off-by: Victor Sun <victor.sun@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -190,7 +190,6 @@ struct acrn_vm_config {
|
||||
struct acrn_vm_config *get_vm_config(uint16_t vm_id);
|
||||
uint8_t get_vm_severity(uint16_t vm_id);
|
||||
bool vm_has_matched_uuid(uint16_t vmid, const uint8_t *uuid);
|
||||
bool sanitize_vm_config(void);
|
||||
|
||||
extern struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM];
|
||||
|
||||
|
Reference in New Issue
Block a user