summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-04-16 13:11:54 +0300
committerRiku Voipio <riku.voipio@linaro.org>2013-04-16 13:11:54 +0300
commit5eef4f33d96b535f373e13253bd55e7700867d5a (patch)
tree42981272988391f07d3a9bcf347476fed8b62ee2
parentce6282fb534789a4cf035a125978f96d97d83e81 (diff)
qemu command line
-rw-r--r--test-kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-kvm.sh b/test-kvm.sh
index c17bdfd..61d2f78 100644
--- a/test-kvm.sh
+++ b/test-kvm.sh
@@ -13,6 +13,6 @@ cp /mnt/lib/firmware/*-linaro-vexpress/device-tree/rtsm_ve-cortex_a15x1.dtb .
cp kvm-lava.conf /mnt/etc/init/kvm-lava.conf
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=sd.img -redir tcp:5022::22 -nographic -enable-kvm 2>&1|tee kvm-log.txt || echo kvm-boot-1: fail
+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 || echo kvm-boot-1: fail