Files
acrn-hypervisor/hypervisor/include/arch/x86
Victor Sun cdd7afc436 HV: rename append_seed_arg to fill_seed_arg
Previously append_seed_arg() just do fill in seed arg to dest cmd buffer,
so rename the api name to fill_seed_arg().

Since fill_seed_arg() will be called in SOS VM path only, the param of
bool vm_is_sos is not needed and will be replaced by dest buffer size.

The seed_args[] which used by fill_seed_arg() is pre-defined as all-zero,
so memset() is not needed in fill_seed_arg(), buffer pointer check
and strncpy_s() are not needed also.

Tracked-On: #4885

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-06-05 21:24:46 +08:00
..
2020-03-12 14:56:34 +08:00
2020-03-25 13:26:58 +08:00
2019-01-21 13:49:54 +08:00
2020-03-12 14:56:34 +08:00
2020-04-17 09:53:59 +08:00
2020-04-16 08:40:17 +08:00
2020-05-08 08:50:13 +08:00
2020-02-26 09:24:16 +08:00