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:
Andrew Donnellan 2019-01-11 17:02:31 +11:00 committed by Dmitry Vyukov
parent f4013aa972
commit c7d8a8c07b

View File

@ -119,6 +119,7 @@ var archConfigs = map[string]*archConfig{
"linux/ppc64le": {
Qemu: "qemu-system-ppc64",
TargetDir: "/",
QemuArgs: "-enable-kvm",
CmdLine: linuxCmdline,
},
"freebsd/amd64": {