acrn-hypervisor/hypervisor/lib
Victor Sun 47d20f37e1 HV: replace merge_cmdline api with strncat_s
Add a standard string api strncat_s() to replace merge_cmdline() to make code
more readable.

Another change is that the multiboot cmdline will be appended to the end of
configured SOS bootargs instead of the beginning, this would enable a feature
that some kernel cmdline paramter items could be overriden by multiboot cmdline
since the later one would win if same parameters configured in kernel cmdline.

Tracked-On: #4885

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Yonghua Huang <yonghua.huang@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-06-08 13:30:04 +08:00
..
crypto hv:remove common header files 2019-05-07 09:10:13 +08:00
sprintf.c 1. fix cpu family calculation 2019-05-21 10:37:17 +08:00
stack_protector.c hv:tiny cleanup 2019-09-05 09:58:47 +08:00
string.c HV: replace merge_cmdline api with strncat_s 2020-06-08 13:30:04 +08:00