From a8c0f183b82c3de3513044bf52232f16d2c535e7 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Mon, 8 Sep 2014 07:01:25 +0300 Subject: test-kvm: print qemu version Print used gcc version so nobody gets confused what qemu is used for tests. Change-Id: Ib9834f68a542b8a7426c1d9fa2608f526cc5989d Signed-off-by: Riku Voipio --- common/scripts/kvm/test-kvm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/scripts/kvm/test-kvm.sh b/common/scripts/kvm/test-kvm.sh index 0a01f87..de82ad8 100755 --- a/common/scripts/kvm/test-kvm.sh +++ b/common/scripts/kvm/test-kvm.sh @@ -112,6 +112,7 @@ esac case ${ARCH} in armv7l) + qemu-system-arm --version qemu-system-arm -smp 2 -m 1024 -cpu cortex-a15 -M vexpress-a15 \ -kernel ./zImage-vexpress -dtb ./vexpress-v2p-ca15-tc1.dtb \ -append 'root=/dev/vda2 rw rootwait mem=1024M console=ttyAMA0,38400n8' \ @@ -123,6 +124,7 @@ qemu-system-arm -smp 2 -m 1024 -cpu cortex-a15 -M vexpress-a15 \ 2>&1|tee kvm-log.txt ;; aarch64) + qemu-system-aarch64 --version qemu-system-aarch64 -smp 2 -m 1024 -cpu host -M virt \ -kernel ./Image-mustang \ -append 'root=/dev/vda2 rw rootwait mem=1024M earlyprintk=pl011,0x9000000 console=ttyAMA0,38400n8' \ -- cgit v1.2.3