mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
vm/qemu: Enable KVM on ppc64le
ppc64le supports KVM, let's use it. This obviously won't work on an x86 host, but at present there are issues using syzkaller on ppc64le with qemu in TCG mode anyway. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
This commit is contained in:
parent
f4013aa972
commit
c7d8a8c07b
@ -119,6 +119,7 @@ var archConfigs = map[string]*archConfig{
|
||||
"linux/ppc64le": {
|
||||
Qemu: "qemu-system-ppc64",
|
||||
TargetDir: "/",
|
||||
QemuArgs: "-enable-kvm",
|
||||
CmdLine: linuxCmdline,
|
||||
},
|
||||
"freebsd/amd64": {
|
||||
|
Loading…
Reference in New Issue
Block a user