On 04/24/2015 09:22 AM, Michal Privoznik wrote:
On 24.04.2015 02:42, Cole Robinson wrote:
> Couple cleanups and bug fixes dealing with qemu directory creation
> and permissions.
>
> Cole Robinson (4):
> qemu: conf: Clarify paths that are relative to libDir
> qemu: chown autoDumpPath on driver startup
> qemu: Build channel autosocket directory at driver startup
> qemu: Build nvram directory at driver startup
>
> libvirt.spec.in | 6 ------
> src/Makefile.am | 2 --
> src/qemu/qemu_conf.c | 28 +++++++++++++++++++---------
> src/qemu/qemu_conf.h | 2 ++
> src/qemu/qemu_domain.c | 9 ++++-----
> src/qemu/qemu_driver.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
> src/qemu/qemu_process.c | 4 ++--
> 7 files changed, 76 insertions(+), 24 deletions(-)
>
ACK series, although I'm worried that on libvirt uninstallation we (rpm)
will left some empty folders around.
Thanks, pushed now
- Cole