On 04.07.2016 10:39, Tadas wrote:
I understand that. And since socket paths are different on every VM
startup - is there a virsh command to get paths of currently running
VM?
There's no such command right now, but you can query the paths with with
XPATH ran over domain xml, for instance:
virsh dumpxml $dom | xpath /domain/devices/channel/source/@path
Michal