aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm.go
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2018-08-18 22:06:44 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-08-18 13:06:44 -0700
commitde20bcbb68a06e9589f4ad2bb162aa1feed0c5c9 (patch)
tree18c007df18e436e241ec040078bff05a66bbb9dd /vm/vm.go
parentdb1858f6b9dec7ff54adf144f378679b405b8509 (diff)
vm/vmm: support for vmm found on OpenBSD (#678)
vm/vmm: add vmm implementation found on OpenBSD
Diffstat (limited to 'vm/vm.go')
-rw-r--r--vm/vm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm.go b/vm/vm.go
index efd11e69b..8d397194f 100644
--- a/vm/vm.go
+++ b/vm/vm.go
@@ -27,6 +27,7 @@ import (
_ "github.com/google/syzkaller/vm/kvm"
_ "github.com/google/syzkaller/vm/odroid"
_ "github.com/google/syzkaller/vm/qemu"
+ _ "github.com/google/syzkaller/vm/vmm"
)
type Pool struct {