aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-14 16:38:48 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-15 16:02:37 +0200
commit25f4fe0662f7f3b390d16b2e786f2ba0aa0293f1 (patch)
tree63c8a232de10d34f154430ae54c6daf92b7541ab /docs
parent4503776d2bc15a9e2738402760ff731252e4d2ec (diff)
vm/qemu: tune some qemu arguments based on target arch
Diffstat (limited to 'docs')
-rw-r--r--docs/setup_linux-host_qemu-vm_arm64-kernel.md5
1 files changed, 2 insertions, 3 deletions
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,