rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Add CreateWithFlags() for domain #72

Closed thegrumpylion closed 8 years ago

thegrumpylion commented 8 years ago

The test is using buildTestQEMUDomain() because the test driver does not support other create flags besides VIR_DOMAIN_NONE. domain.CreateWithFlags(VIR_DOMAIN_NONE) is the same as domain.Create()

mraygalaxy commented 8 years ago

Looks good to me.