mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
remove unused parameters in vm_description
vm_attr_name, vm_state_info_privilege & vm_created are not used Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Xu, Anthony <anthony.xu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -37,9 +37,6 @@
|
||||
int VM0_CPUS[VM0_NUM_CPUS] = {0};
|
||||
|
||||
struct vm_description vm0_desc = {
|
||||
.vm_attr_name = "vm_0",
|
||||
.vm_hw_num_cores = VM0_NUM_CPUS,
|
||||
.vm_hw_logical_core_ids = &VM0_CPUS[0],
|
||||
.vm_state_info_privilege = VM_PRIVILEGE_LEVEL_HIGH,
|
||||
.vm_created = false,
|
||||
};
|
||||
|
@@ -37,9 +37,6 @@
|
||||
int VM0_CPUS[VM0_NUM_CPUS] = {0};
|
||||
|
||||
struct vm_description vm0_desc = {
|
||||
.vm_attr_name = "vm_0",
|
||||
.vm_hw_num_cores = VM0_NUM_CPUS,
|
||||
.vm_hw_logical_core_ids = &VM0_CPUS[0],
|
||||
.vm_state_info_privilege = VM_PRIVILEGE_LEVEL_HIGH,
|
||||
.vm_created = false,
|
||||
};
|
||||
|
Reference in New Issue
Block a user