devicemodel: remove MAX_KATA_VM_NUM and CONFIG_KATA_VM

Since the UUID is not a *must* set parameter for the standard post-launched
VM which doesn't depend on any static VM configuration. We can remove
the KATA related code from hypervisor as it belongs to such VM type.

v2-->v3:
    separate the struce acrn_platform_info change of devicemodel

v1-->v2:
    update the subject and commit msg

Tracked-On:#6685
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
Reviewed-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
Chenli Wei 2021-11-09 10:52:17 +08:00 committed by wenlingz
parent 97e8c9457d
commit b382448d69

View File

@ -258,9 +258,7 @@ struct acrn_platform_info {
* store the VM configurations * store the VM configurations
*/ */
void *vm_configs_addr; void *vm_configs_addr;
/** Maximum number of VM for Kata containers */ __u8 reserved[112];
__u64 max_kata_containers;
__u8 reserved[104];
} sw; } sw;
}; };