mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-24 06:02:32 +00:00
The macro definition SOS_VM_BOOTARGS in vm_configurations.h calls macros SOS_ROOTFS, SOS_CONSOLE and SOS_BOOTARGS_DIFF which is defined in misc_cfg.h and parsed from scenario.xmls. Add a whitespace in the end of the argument macros to prevent arguments are concatenated in a single line. Tracked-On: #5998 Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>