From 25f4fe0662f7f3b390d16b2e786f2ba0aa0293f1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 14 Sep 2017 16:38:48 +0200 Subject: vm/qemu: tune some qemu arguments based on target arch --- docs/setup_linux-host_qemu-vm_arm64-kernel.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/setup_linux-host_qemu-vm_arm64-kernel.md index 61335d354..b9f60533d 100644 --- a/docs/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/setup_linux-host_qemu-vm_arm64-kernel.md @@ -21,8 +21,8 @@ Choose the following options. Target packages [*] Show packages that are also provided by busybox Networking applications - [*] dhcpcd - [*] openssh + [*] dhcpcd + [*] openssh Filesystem images [*] ext2/3/4 root filesystem ext2/3/4 variant - ext3 @@ -151,7 +151,6 @@ A sample config file that exercises the required options are shown below. Modify "vm": { "count": 1, "qemu": "/path/to/qemu-system-aarch64", - "qemu_args": "-machine virt -cpu cortex-a57", "cmdline": "console=ttyAMA0 root=/dev/vda", "kernel": “/path/to/Image", "cpu": 2, -- cgit mrf-deployment