summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2013-07-11 19:38:29 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2013-07-11 19:38:29 +0530
commit49afdf23e76634e55df08d3617531ecfca5f7d63 (patch)
treeefb94baf56030cd599d027ee3d8d7c1c365c2562
parent9d36fe1b81f7a84f4b05f33a9f24ac0fa615d0a1 (diff)
hackbench: add hackbench binary
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xhackbenchbin0 -> 517570 bytes
-rw-r--r--test-kvm.sh1
2 files changed, 1 insertions, 0 deletions
diff --git a/hackbench b/hackbench
new file mode 100755
index 0000000..5c28c72
--- /dev/null
+++ b/hackbench
Binary files differ
diff --git a/test-kvm.sh b/test-kvm.sh
index f248d87..4282b9f 100644
--- a/test-kvm.sh
+++ b/test-kvm.sh
@@ -14,6 +14,7 @@ mount /dev/nbd0p2 /mnt/
cp /mnt/boot/vmlinuz-*-linaro-vexpress ./zImage
cp /mnt/lib/firmware/*-linaro-vexpress/device-tree/rtsm_ve-cortex_a15x1.dtb .
cp kvm-lava.conf /mnt/etc/init/kvm-lava.conf
+cp hackbench /usr/bin/hackbench
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