summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-10-08 13:20:36 +0300
committerRiku Voipio <riku.voipio@linaro.org>2014-10-09 09:28:23 +0300
commit162ae95f869984b1a5cc13fee402261d27913b90 (patch)
tree3572ed88c2eb7e38fe73305c936110551e9d672d /common
parent4414ef8b650372d18568d77ca9279ba0c80711b3 (diff)
Load matching kernel for juno guest
Currently the testcase loads mustang kernel for guest, which should work - but right now we want to test matching kernels. In future we should test released kernels (ubuntu trusty, redhat armv8 preview..), but that is for later times. Change-Id: I4ea4bdcdce2e2cf660405f699c5ab6bb9ca6cb36 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'common')
-rwxr-xr-xcommon/scripts/kvm/test-kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/kvm/test-kvm.sh b/common/scripts/kvm/test-kvm.sh
index 152cfa5..7534999 100755
--- a/common/scripts/kvm/test-kvm.sh
+++ b/common/scripts/kvm/test-kvm.sh
@@ -126,7 +126,7 @@ qemu-system-arm -smp 2 -m 1024 -cpu cortex-a15 -M vexpress-a15 \
aarch64)
qemu-system-aarch64 --version
qemu-system-aarch64 -smp 2 -m 1024 -cpu host -M virt \
- -kernel ./Image-mustang \
+ -kernel ./Image-${hwpack} \
-append 'root=/dev/vda2 rw rootwait mem=1024M earlyprintk=pl011,0x9000000 console=ttyAMA0,38400n8' \
-drive if=none,id=image,file=kvm.qcow2 \
-netdev user,id=user0 -device virtio-net-device,netdev=user0 \