]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Build channel autosocket directory at driver startup
authorCole Robinson <crobinso@redhat.com>
Thu, 23 Apr 2015 23:24:50 +0000 (19:24 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 24 Apr 2015 14:30:42 +0000 (10:30 -0400)
commite31ab02fd049aa72bea9cfabde15b2dd17e37f98
tree44944ea34f8632ff8b34f57a016eb813509e833c
parentdb3ccd582c94f8c5a046f2f9be92a1ad95bc4753
qemu: Build channel autosocket directory at driver startup

Rather than depend on the RPM to put it in place, since this doesn't
cover the qemu:///session case. Currently auto allocated socket path is
completely busted with qemu:///session

https://bugzilla.redhat.com/show_bug.cgi?id=1105274

And because we chown the directory at driver startup now, this also fixes
autosocket startup failures when using user/group=root

https://bugzilla.redhat.com/show_bug.cgi?id=1044561
https://bugzilla.redhat.com/show_bug.cgi?id=1146886
libvirt.spec.in
src/Makefile.am
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c