mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +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
@@ -35,7 +35,7 @@ pm_channel="--pm_notify_channel uart "
|
||||
pm_by_vuart="--pm_by_vuart tty,/dev/ttyS1"
|
||||
|
||||
|
||||
/usr/bin/acrn-dm -A -m $mem_size -c $1 -s 0:0,hostbridge \
|
||||
/usr/bin/acrn-dm -A -m $mem_size -s 0:0,hostbridge \
|
||||
-k /usr/lib/kernel/default-iot-lts2018-preempt-rt \
|
||||
--lapic_pt \
|
||||
--rtvm \
|
||||
@@ -59,4 +59,4 @@ for i in `ls -d /sys/devices/system/cpu/cpu[1-99]`; do
|
||||
fi
|
||||
done
|
||||
|
||||
launch_hard_rt_vm 1
|
||||
launch_hard_rt_vm
|
||||
|
||||
Reference in New Issue
Block a user