acrn-config: add '--windows' option for WaaG vm

Add the '--windows' option to launch WaaG vm.

Tracked-On: #3880
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Wei Liu 2019-10-21 18:08:12 +08:00 committed by wenlingz
parent 343aabca4b
commit a71623595e
1 changed files with 1 additions and 0 deletions

View File

@ -470,6 +470,7 @@ def dm_arg_set(names, sel, dm, vmid, config):
if uos_type == "WINDOWS":
print("acrn-dm -A -m $mem_size -s 0:0,hostbridge -s 1:0,lpc -U {} \\".format(scenario_uuid[vmid + sos_vmid]), file=config)
print(" -s {},virtio-blk,./win10-ltsc.img \\".format(launch_cfg_lib.virtual_dev_slot("virtio-blk")), file=config)
print(" --windows \\", file=config)
# GVT args set
gvt_arg_set(uos_type, config)