mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-16 15:21:48 +00:00
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> |
||
---|---|---|
.. | ||
acpi | ||
rpmb | ||
tpm | ||
atkbdc.c | ||
cmos_io.c | ||
debugexit.c | ||
hpet.c | ||
ioapic.c | ||
ioc_cbc.c | ||
ioc.c | ||
pit.c | ||
ps2kbd.c | ||
ps2mouse.c | ||
rtc.c | ||
usb_mouse.c | ||
usb_pmapper.c |