rgbkrk / libvirt-go

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

Domain attach operations, and LifeCycle flags (shutdown, Destroy,Suspend, Resume) #18

Closed asaif closed 10 years ago

asaif commented 10 years ago

The build failed cause it cannot find my branch on your repo. I think I've to merge to my master first, then issue a merge request to yours, in order to get the build pass ..

alexzorin commented 10 years ago

Don't worry about it, it's a bug in drone On 20/04/2014 10:12 PM, "Ahmad Saif" notifications@github.com wrote:

The build failed cause it cannot find my branch on your repo. I think I've to merge to my master first, then issue a merge request to yours, in order to get the build pass ..

— Reply to this email directly or view it on GitHubhttps://github.com/alexzorin/libvirt-go/pull/18#issuecomment-40893653 .

alexzorin commented 10 years ago

Merged, thanks. Had to move Attach/DetachDevice to integration tests as its not supported by test driver. 0.9 branch had to cut some incompatible things.