acrn-hypervisor/devicemodel/core
Zhangwei6 b17b5992c8 dm: change the version format
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>
2022-11-21 13:23:28 +08:00
..
cmd_monitor Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
console.c DM: remove unused function console_ptr_event 2019-05-24 11:51:00 +08:00
hugetlb.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
inout.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
iothread.c dm: iothread: fix bug in iothread handler 2022-09-21 12:29:07 +08:00
main.c dm: change the version format 2022-11-21 13:23:28 +08:00
mem.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
mevent.c dm: fix mevent mutex deadlock issue 2022-02-21 14:23:03 +08:00
monitor.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
mptbl.c dm: fixed a bug where mptable failed to wake up CPU1# when adding acpi=off into User VM cmdline 2022-03-02 11:22:31 +08:00
pm.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
pm_vuart.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
post.c dm: refine 'assert' in inout.c and post.c 2019-06-20 08:55:44 +08:00
sw_load_bzimage.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_common.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_elf.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_ovmf.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_vsbl.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
timer.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vmmapi.c dm: add a new page for asyncio 2022-09-27 16:10:15 +08:00
vrpmb.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00