-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
Description
Hello,
I was testing out these binding in a environment running libvirtd 1.3.1
and QEMU 2.5.0
and observed the following behavior:
vagrant@localhost:/kvmhost$ ./main --domainName smoketestvm2
Connecting to unix:///var/run/libvirt/libvirt-sock
2016/10/31 13:50:28 failed to create domain object: xdr:DecodeUint: EOF while decoding 4 bytes - read: '[]'
vagrant@localhost:/kvmhost$ virsh list
Id Name State
----------------------------------------------------
4 smoketestvm2 running
Has anything changed significantly between libvirtd 1.2.{1,2}
and/or QEMU versions that has broken the bindings?
Would appreciate any insight into this.