mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 01:54:44 +00:00
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:
committed by
ACRN System Integration
parent
16ad062d1a
commit
0ea12a45d4
@@ -19,8 +19,8 @@ echo "0000:00:1f.3" > /sys/bus/pci/drivers/pci-stub/bind
|
||||
#for memsize setting
|
||||
mem_size=4096M
|
||||
|
||||
acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
|
||||
-s 2,pci-gvt -G "$3" \
|
||||
acrn-dm -A -m $mem_size -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
|
||||
-s 2,pci-gvt -G "$2" \
|
||||
-s 3,virtio-blk,./win10-ltsc.img \
|
||||
-s 4,virtio-net,tap0 \
|
||||
-s 5,passthru,00/1f/3 \
|
||||
@@ -45,4 +45,4 @@ for i in `ls -d /sys/devices/system/cpu/cpu[1-99]`; do
|
||||
fi
|
||||
done
|
||||
|
||||
launch_win 1 1 "64 448 8"
|
||||
launch_win 1 "64 448 8"
|
||||
|
||||
Reference in New Issue
Block a user