Files
acrn-hypervisor/hypervisor/include/arch/x86
Zide Chen 370998ba5a hv: replace MEM_2K with a new macro MAX_BOOTARGS_SIZE for bootargs size
- for all cases of referring guest bootargs size, replace MEM_2K with
  CONFIG_MAX_BOOTARGS_SIZE for better readability.
- remove duplicated MAX_BOOTARGS_SIZE definition from vm_config.h.

Also fix one minor issue in general_sw_loader() which uses copy_to_gpa()
to copy a string. Since copy_to_gpa() makes use of memncpy_s() to do the
job, the size parameter should include the string null ternimator.

Tracked-On: #2806
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-03-21 13:08:15 +08:00
..
2019-03-19 13:45:32 +08:00
2019-03-20 13:07:31 +08:00
2019-02-28 11:22:29 +08:00
2019-03-20 13:07:31 +08:00
2019-02-22 13:14:36 +08:00
2019-02-21 10:38:30 +08:00
2019-03-15 14:09:56 +08:00
2019-03-07 20:23:22 +08:00
2019-02-01 16:49:39 +08:00