aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/mgrconfig/testdata/qemu.cfg
blob: c86ecf6aacc430259bf7da1a49dcf3a1c0f70cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"target": "linux/amd64",
	"http": "myhost.com:56741",
	"workdir": "/syzkaller/workdir",
	"kernel_obj": "/linux/",
	"image": "./testdata/wheezy.img",
	"syzkaller": "./testdata/syzkaller",
	"disable_syscalls": ["keyctl", "add_key", "request_key"],
	"suppressions": ["some known bug"],
	"procs": 4,
	"type": "qemu",
	"vm": {
		"count": 16,
		"cpu": 2,
		"mem": 2048,
		"kernel": "/linux/arch/x86/boot/bzImage",
		"initrd": "linux/initrd"
	}
}