Files
acrn-hypervisor/devicemodel/core
Vijay Dhanraj 517707dee4 DM/HV: Increase VM name len
VM Name length is restricted to 32 characters. kata creates
a VM name with GUID added as a part of VM name making it around
80 characters. So increasing this size to 128.

v1->v2:
It turns out that MAX_VM_OS_NAME_LEN usage in DM and HV are for
different use cases. So removing the macro from acrn_common.h.
Definied macro MAX_VMNAME_LEN for DM purposes in dm.h. Retaining
original macron name MAX_VM_OS_NAME_LEN for HV purposes but defined
in vm_config.h.

Tracked-On: #3138
Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-05-27 12:13:51 +08:00
..
2019-05-24 11:51:00 +08:00
2019-02-28 18:33:11 +08:00
2019-05-27 12:13:51 +08:00
2019-05-07 09:08:50 +08:00
2018-08-02 13:14:03 +08:00
2018-06-07 14:35:30 +08:00
2019-03-21 10:28:17 +08:00
2018-10-29 11:07:45 +08:00