diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-13 20:40:27 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-15 16:02:37 +0200 |
| commit | f7b1163afba16b6266423f3661ccad8a329f7754 (patch) | |
| tree | c14961e90521bb89a714a5b9ddb64f918c313701 /docs/setup_linux-host_qemu-vm_arm64-kernel.md | |
| parent | 34bc139642b0caed49b2ba2dcb9ccff10e04c55f (diff) | |
syz-manager/mgrconfig: explicitly specify target in config
Add target config parameter (e.g. linux/amd64) which controls target OS/arch.
No more explicit assumptions about target.
Diffstat (limited to 'docs/setup_linux-host_qemu-vm_arm64-kernel.md')
| -rw-r--r-- | docs/setup_linux-host_qemu-vm_arm64-kernel.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/setup_linux-host_qemu-vm_arm64-kernel.md index 3ace6b68b..61335d354 100644 --- a/docs/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/setup_linux-host_qemu-vm_arm64-kernel.md @@ -139,6 +139,7 @@ A sample config file that exercises the required options are shown below. Modify ``` { "name": "QEMU-aarch64", + "target": "linux/arm64", "http": ":56700", "workdir": "/path/to/a/dir/to/store/syzkaller/corpus”, "vmlinux": “/path/to/vmlinux", |
