[libvirt-users] virsh channel

Michal Privoznik mprivozn at redhat.com
Mon Jul 4 09:58:00 UTC 2016


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




More information about the libvirt-users mailing list