acrn-hypervisor/devicemodel/hw/platform
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
..
acpi dm: disable ACPI PM timer 2019-04-16 15:03:04 +08:00
rpmb DM: Attestation Keybox support in SOS DM 2019-02-25 16:40:25 +08:00
tpm DM: remove unused function swtpm_reset_tpm_established_flag 2019-05-24 11:51:00 +08:00
atkbdc.c DM: wrap ASSERT/DEASSERT IRQ line with Set/Clear IRQ line 2018-10-29 09:26:23 +08:00
cmos_io.c dm: cmos: move cmos storage out of vmctx 2018-08-30 12:17:23 +08:00
debugexit.c dm: add io port 0xF4 writing to force DM exit 2018-10-17 14:32:33 +08:00
hpet.c dm: vhpet: fix vHPET memory leak on device reset 2019-02-06 08:53:27 +08:00
ioapic.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
ioc.c DM/HV: Increase VM name len 2019-05-27 12:13:51 +08:00
ioc_cbc.c IOC mediator: fix wakeup reason issue when UOS resuming 2018-11-06 16:18:35 +08:00
pit.c dm: vhpet: add vHPET support 2019-01-23 10:33:28 +08:00
ps2kbd.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
ps2mouse.c DM: add deinit function for ps2kbd and ps2mouse 2018-05-15 17:25:24 +08:00
rtc.c DM: remove unused function vrtc_reset 2019-05-24 11:51:00 +08:00
usb_mouse.c dm: use strnlen to replace strlen 2018-12-25 18:40:04 +08:00
usb_pmapper.c DM USB: xHCI: refine the failure process logic of control transfer 2019-04-11 20:05:20 +08:00