|
[PATCH 0/3] Enable BTM on acrn
From: Kaige Fu <kaige.fu@...> BTM refers to boot time measurement. It's a tool to measure the full boot time. Kaige Fu (3): HV: Print start_tsc to support BTM on ACRN lib: Add helper function st
From: Kaige Fu <kaige.fu@...> BTM refers to boot time measurement. It's a tool to measure the full boot time. Kaige Fu (3): HV: Print start_tsc to support BTM on ACRN lib: Add helper function st
|
By
Kaige Fu
· #3066
·
|
|
[PATCH 1/3] HV: Print start_tsc to support BTM on ACRN
From: Kaige Fu <kaige.fu@...> Print fisrt C code entry timestamp to acrn log. It's useful for BTM(boot time measurement). Signed-off-by: Kaige Fu <kaige.fu@...> --- arch/x86/cpu.c | 3 +++
From: Kaige Fu <kaige.fu@...> Print fisrt C code entry timestamp to acrn log. It's useful for BTM(boot time measurement). Signed-off-by: Kaige Fu <kaige.fu@...> --- arch/x86/cpu.c | 3 +++
|
By
Kaige Fu
· #3067
·
|
|
[PATCH 2/3] lib: Add helper function strnstr_s
From: Kaige Fu <kaige.fu@...> Function strnstr_s will returns pointer to substring if it exits in the given string. It's first caller will come in next patch. Signed-off-by: Kaige Fu <kaige.fu@i
From: Kaige Fu <kaige.fu@...> Function strnstr_s will returns pointer to substring if it exits in the given string. It's first caller will come in next patch. Signed-off-by: Kaige Fu <kaige.fu@i
|
By
Kaige Fu
· #3068
·
|
|
[PATCH 3/3] HV: Passthru ABL.timestamps and ABL.consbuf to SOS
From: Kaige Fu <kaige.fu@...> BTM tool will read ABL log from ABL.timestamps addr and number of entry and ABL.consbuf addr. So, passthru them to SOS. Signed-off-by: Kaige Fu <kaige.fu@...>
From: Kaige Fu <kaige.fu@...> BTM tool will read ABL log from ABL.timestamps addr and number of entry and ABL.consbuf addr. So, passthru them to SOS. Signed-off-by: Kaige Fu <kaige.fu@...>
|
By
Kaige Fu
· #3069
·
|
|
[PATCH 2/3] lib: Add helper function strnstr_s
-- Thanks Kaige Fu
By
Kaige Fu
· #3106
·
|
|
[PATCH 3/3] HV: Passthru ABL.timestamps and ABL.consbuf to SOS
Hi Eddie, Comment inlie. -- Thanks Kaige Fu
Hi Eddie, Comment inlie. -- Thanks Kaige Fu
|
By
Kaige Fu
· #3110
·
|
|
[PATCH 1/3] HV: Print start_tsc to support BTM on ACRN
By
Kaige Fu
· #3149
·
|
|
[PATCH 2/3] lib: Add helper function strnstr_s
By
Kaige Fu
· #3165
·
|
|
[PATCH 1/3] HV: Print start_tsc to support BTM on ACRN
By
Kaige Fu
· #3166
·
|
|
[PATCH 1/3] HV: Print start_tsc to support BTM on ACRN
By
Kaige Fu
· #3173
·
|
|
[PATCH 1/3] HV: Print start_tsc to support BTM on ACRN
By
Kaige Fu
· #3177
·
|
|
[PATCH 1/2] lib: Move all str ops functions to one src file
From: Kaige Fu <kaige.fu@...> Move all string operations functions into a single source code file, instead of the various source code files that just implement a single or few function. No funct
From: Kaige Fu <kaige.fu@...> Move all string operations functions into a single source code file, instead of the various source code files that just implement a single or few function. No funct
|
By
Kaige Fu
· #3202
·
|
|
[PATCH 2/2] lib: Move mem operations functions to one src file
From: Kaige Fu <kaige.fu@...> Move all mem operations functions into a single source code file, instead of the various source code files that just implement a single or few funtion. No functiona
From: Kaige Fu <kaige.fu@...> Move all mem operations functions into a single source code file, instead of the various source code files that just implement a single or few funtion. No functiona
|
By
Kaige Fu
· #3203
·
|
|
[PATCH 2/2] lib: Move mem operations functions to one src file
By
Kaige Fu
· #3219
·
|
|
[code cleanup] Qustion about vm_description.c locates at ./bsp/sbl/ and ./bsp/uefi/
Hi all, Just find that we have two vm_description.c source files which have the exactly same code. The source files locates in ./hypervisor/bsp/sbl/vm_description.c and ./hypervsior/bsp/uefi/vm_descri
Hi all, Just find that we have two vm_description.c source files which have the exactly same code. The source files locates in ./hypervisor/bsp/sbl/vm_description.c and ./hypervsior/bsp/uefi/vm_descri
|
By
Kaige Fu
· #3346
·
|
|
[RFC PATCH] HV: Trace: Remove micro GEN_CASE
From: Kaige Fu <kaige.fu@...> Micro GEN_CASE in hypervisor is not used. As I know, it just for userspcace tool acrntrace and we get one copy of it in tools/acrntrace/trace_event.h. So, remove it
From: Kaige Fu <kaige.fu@...> Micro GEN_CASE in hypervisor is not used. As I know, it just for userspcace tool acrntrace and we get one copy of it in tools/acrntrace/trace_event.h. So, remove it
|
By
Kaige Fu
· #3595
·
|
|
[PATCH] HV: Trace: Remove macro GEN_CASE
From: Kaige Fu <kaige.fu@...> Macro GEN_CASE in hypervisor is not used. It's just for userspcace tool acrntrace and we get one copy of it in ./tools/acrntrace/trace_event.h. So, remove it. Signe
From: Kaige Fu <kaige.fu@...> Macro GEN_CASE in hypervisor is not used. It's just for userspcace tool acrntrace and we get one copy of it in ./tools/acrntrace/trace_event.h. So, remove it. Signe
|
By
Kaige Fu
· #3639
·
|
|
[PATCH v2 0/2] Enable BTM on acrn
From: Kaige Fu <kaige.fu@...> v1 to v2: 1. Drop patch which passthru sbl cmdline to sos. Fengwei's patch will cover it. 2. Using the existing loginfo to get first C code timestamp instead of an
From: Kaige Fu <kaige.fu@...> v1 to v2: 1. Drop patch which passthru sbl cmdline to sos. Fengwei's patch will cover it. 2. Using the existing loginfo to get first C code timestamp instead of an
|
By
Kaige Fu
· #3865
·
|
|
[PATCH v2 1/2] HV: Replace printf with pr_fatal after logmsg init
From: Kaige Fu <kaige.fu@...> printf() prints message to serial directly and it does not save the message to sbuf. So, acrnlog could not capture this message to log file. pr_fatal will print mes
From: Kaige Fu <kaige.fu@...> printf() prints message to serial directly and it does not save the message to sbuf. So, acrnlog could not capture this message to log file. pr_fatal will print mes
|
By
Kaige Fu
· #3866
·
|
|
[PATCH v2 2/2] HV: Add log info when setup hvlog share buf
From: Kaige Fu <kaige.fu@...> acrnlog is designed to capture hvlog after SOS bootup. A write to hvlog buf will trigger the process that read all the hvlog and write to log file. If UOS isn't lau
From: Kaige Fu <kaige.fu@...> acrnlog is designed to capture hvlog after SOS bootup. A write to hvlog buf will trigger the process that read all the hvlog and write to log file. If UOS isn't lau
|
By
Kaige Fu
· #3867
·
|