summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-07-24 16:53:43 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-07-24 14:44:49 +0000
commit285e3e5325dfe96361a66d6e0aa35819f549785a (patch)
tree01c06974b190e39081fcc33a8e67a8d76ce0928b
parent9752efabbe6d11ef127f19fb905fdd6d40fbb912 (diff)
manual: kvm64: unify file namesHEADmaster
Change-Id: I9766b78208e6b186e59f8107a37374dd4462048f Signed-off-by: Chase Qi <chase.qi@linaro.org>
-rw-r--r--manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml b/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml
index 773e2f3..537a0f2 100644
--- a/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml
+++ b/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml
@@ -37,7 +37,7 @@ run:
- "wget http://testdata.validation.linaro.org/kvm/kvm-aarch64.qcow2.xz"
- "xz -d kvm-arm64.qcow2.xz"
- Test arm64 guest Image on arm64 host
- - Run "qemu-system-aarch64 -smp 2 -m 512 -cpu host -machine type=virt,gic-version=host -kernel Image -initrd initrd.img -append 'root=/dev/vda2 rw rootwait console=ttyAMA0,38400n8 earlycon=pl011,0x9000000' -device virtio-blk-device,drive=image -drive if=none,id=image,file=kvm-arm64.qcow2 -nographic -enable-kvm 2>&1 | tee tee kvm-arm64.log"
+ - Run "qemu-system-aarch64 -smp 2 -m 512 -cpu host -machine type=virt,gic-version=host -kernel Image -initrd initrd.img -append 'root=/dev/vda2 rw rootwait console=ttyAMA0,38400n8 earlycon=pl011,0x9000000' -device virtio-blk-device,drive=image -drive if=none,id=image,file=kvm-aarch64.qcow2 -nographic -enable-kvm 2>&1 | tee tee kvm-arm64.log"
- Wait for couple of minutes let the qemu start booting guest kernel
expected: