On Wed, Apr 24, 2013 at 11:21:48 +0200, Michal Privoznik wrote:
It's not desired to force users imagine path for a socket they
are not even supposed to connect to. On the other hand, we
already have a release where the qemu agent socket path is
exposed to XML, so we cannot silently drop it from there.
The new path is generated in form:
$LOCALSTATEDIR/lib/libvirt/qemu/channel/target/$domain.$name
This is true for privileged libvirtd. In session mode, the path would be
different. Luckily this already happens so only the commit message needs
to be changed to reflect that.
ACK
Jirka