mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
Some acrn-dm arguments are not needed when launch some vm, but the item check fucntion still has strict check on the arguments, which result in the script generating failure. This patch add whilte list to skip the check. Tracked-On: #3852 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>