acrn-hypervisor/devicemodel/hw
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
..
pci DM USB: xHCI: refine the logic of CCS bit of PORTSC register 2019-05-24 13:21:12 +08:00
platform DM/HV: Increase VM name len 2019-05-27 12:13:51 +08:00
block_if.c dm: safely use pthread_cond_broadcast() 2019-04-04 00:27:10 +08:00
uart_core.c dm: uart_core: fix uart dm cause interrupt storm issue 2019-05-01 10:52:14 +08:00
usb_core.c DM: remove unused function usb_native_is_ss_port 2019-05-24 11:51:00 +08:00