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