From f7b1163afba16b6266423f3661ccad8a329f7754 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 20:40:27 +0200 Subject: 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. --- docs/setup_linux-host_qemu-vm_arm64-kernel.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/setup_linux-host_qemu-vm_arm64-kernel.md') 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", -- cgit mrf-deployment