mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-29 04:04:05 +00:00
When debugging the HV, we may want to check the HV version information frequently. In current HV shell command, there is no such kind of command to check this information. We can only scroll up the HV console log to get the information. If there are very huge amount of lines of log, it will be very time-wasting to get the HV version information. So, this patch adds 'version' command to get the HV version information conveniently. Tracked-On: #3310 Acked-by: Anthony Xu <anthony.xu@intel.com> Signed-off-by: Kaige Fu <kaige.fu@intel.com> |
||
---|---|---|
.. | ||
console.c | ||
dbg_cmd.c | ||
dump.c | ||
hypercall.c | ||
logmsg.c | ||
Makefile | ||
npk_log.c | ||
printf.c | ||
profiling.c | ||
sbuf.c | ||
shell_priv.h | ||
shell.c | ||
string.c | ||
trace.c | ||
uart16550.c |