func init() { vm.Register("local", ctor) }
func init() { vm.Register("gce", ctor) }
func init() { vm.Register("adb", ctor) }
func init() { vm.Register("qemu", ctor) }
func init() { vm.Register("kvm", ctor) }