From acdc6fcb8e7eabb94227f7de50caaf5343f2f21a Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Wed, 17 Jul 2013 21:49:39 +0530 Subject: test-kvm.sh: Remove -device virtio-blk-device,drive=foo with the previous command I have found below error and reverting change LAVA log: qemu-system-arm: -device virtio-blk-device,drive=foo: No 'virtio-bus' bus found for device 'virtio-blk-device' Signed-off-by: Naresh Kamboju --- test-kvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-kvm.sh b/test-kvm.sh index f849848..2c5dae5 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 -smp 2 -m 1024 -cpu cortex-a15 -M vexpress-a15 -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,id=foo -device virtio-blk-device,drive=foo -redir tcp:5022::22 -nographic -enable-kvm 2>&1|tee kvm-log.txt +qemu-system-arm -smp 2 -m 1024 -cpu cortex-a15 -M vexpress-a15 -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 -- cgit v1.2.3