mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-23 10:19:31 +00:00
The version info is mainly used to tell the user when and where the binary is compiled and built, this will change the dm version format. The dm follows the format: major.minor-stable/unstable-remote_branch-acrn-commit_date-commit_id-dirty (tag-current_commit_id) build by author date. Compare to the hv version, which is: major.minor-stable/unstable-remote_branch-acrn-commit_date-commit_id-dirty DBG/REL(tag-current_commit_id) scenario@board build by author date. The dm doesn't contain DBG/REL because it's given in configurator-tool only for hv. also not contain scenario and board info. e.g. with tag: $acrn-dm -v DM: 3.1-stable-release_3.1-2022-09-27-11:15:42-7fad37e02-dirty(tag: v3.1) build by zhangwei@2022-11-16 07:02:35 without tag: $acrn-dm -v DM: 3.2-unstable-master-2022-11-16-14:34:49-11f53d849-dirty build by zhangwei@2022-11-16 06:49:43 Tracked-On: #8303 Signed-off-by: Zhangwei6 <wei6.zhang@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
cmd_monitor | ||
console.c | ||
hugetlb.c | ||
inout.c | ||
iothread.c | ||
main.c | ||
mem.c | ||
mevent.c | ||
monitor.c | ||
mptbl.c | ||
pm_vuart.c | ||
pm.c | ||
post.c | ||
sw_load_bzimage.c | ||
sw_load_common.c | ||
sw_load_elf.c | ||
sw_load_ovmf.c | ||
sw_load_vsbl.c | ||
timer.c | ||
vmmapi.c | ||
vrpmb.c |