aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmm
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vmm')
-rw-r--r--vm/vmm/vmm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vmm/vmm.go b/vm/vmm/vmm.go
index 8d2ce5121..bbe820a6e 100644
--- a/vm/vmm/vmm.go
+++ b/vm/vmm/vmm.go
@@ -20,7 +20,7 @@ import (
)
func init() {
- vmimpl.Register("vmm", ctor)
+ vmimpl.Register("vmm", ctor, true)
}
type Config struct {