summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2013-07-17 13:59:22 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2013-07-17 13:59:22 +0530
commitf31445cc5d2f06e4c542c8b7f6c20417c6cdfff8 (patch)
tree809e1b8169cb89314f226876364d5650c1e13ea1
parent6bd24b429d7783e65904ff0b36745d6315953f85 (diff)
test-kvm.sh: run on smp enable cmd options as -smp 2
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xtest-kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-kvm.sh b/test-kvm.sh
index 114ddd2..649b5b7 100755
--- a/test-kvm.sh
+++ b/test-kvm.sh
@@ -20,7 +20,7 @@ cp test-rt-tests.sh /mnt/root/test-rt-tests.sh
chmod 777 /mnt/root/test-rt-tests.sh
umount /mnt
-qemu-system-arm -M vexpress-a15 -m 1024 -kernel ./zImage -dtb ./rtsm_ve-cortex_a15x1.dtb -append 'root=/dev/mmcblk0p2 rw rootwait mem=1024M console=ttyAMA0,38400n8' -drive if=sd,cache=writeback,file=kvm.qcow2 -redir tcp:5022::22 -nographic -enable-kvm 2>&1|tee kvm-log.txt
+qemu-system-arm -smp 2 -cpu cortex-a15 -M vexpress-a15 -m 1024 -kernel ./zImage -dtb ./rtsm_ve-cortex_a15x1.dtb -append 'root=/dev/mmcblk0p2 rw rootwait mem=1024M console=ttyAMA0,38400n8' -drive if=sd,cache=writeback,file=kvm.qcow2 -redir tcp:5022::22 -nographic -enable-kvm 2>&1|tee kvm-log.txt
if ! grep -q "kvm-boot-1:" kvm-log.txt
then