rgbkrk / libvirt-go

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

QEMU Monitor Command support #67

Closed mraygalaxy closed 8 years ago

mraygalaxy commented 8 years ago

@rgbkrk Review, please.

This commit exposes the libvirt wrapper around QEMU Monitor Command support, which proxies monitor commands through libvirt, including a supporting test in domain_test.go.

The test uses a QEMU-based libvirt domain which has no state, so it should compile fine (I hope) on anybody's system.

Comments welcome. =)