dm: script: remove guest cpu number

Remove the '-c' option from all scripts as it has been removed from
dm code.

Tracked-On: #3663
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
Reviewed-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
Conghui Chen
2019-08-30 14:30:48 +00:00
committed by ACRN System Integration
parent 16ad062d1a
commit 0ea12a45d4
7 changed files with 62 additions and 62 deletions

View File

@@ -15,7 +15,7 @@ fi
#for memsize setting
mem_size=128M
acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
acrn-dm -A -m $mem_size -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
-s 5,virtio-console,@pty:pty_port \
-s 3,virtio-blk,./zephyr.img \
--ovmf /usr/share/acrn/bios/OVMF.fd \
@@ -39,4 +39,4 @@ for i in `ls -d /sys/devices/system/cpu/cpu[1-99]`; do
fi
done
launch_zephyr 1 1
launch_zephyr 1