Files
acrn-hypervisor/hypervisor/include/arch/x86
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-13 10:12:20 +08:00
2019-02-28 11:22:29 +08:00
2019-05-15 09:31:43 +08:00
2019-02-22 13:14:36 +08:00
2019-01-21 13:49:54 +08:00
2019-05-16 10:33:01 +08:00
2018-12-19 09:07:14 +08:00
2019-03-15 14:09:56 +08:00
2019-03-22 08:38:13 +08:00
2019-05-27 12:13:51 +08:00
2019-05-22 16:36:03 +08:00
2019-05-07 09:10:13 +08:00