Example #1
0
func init() {
	vms.Register("vmwarefusion", &driver{})
}
Example #2
0
func init() {
	vms.Register("qemu", &driver{})
}
Example #3
0
func init() {
	vms.Register("test", &driver{})
}
Example #4
0
func init() {
	vms.Register("manual", &driver{})
}