Re: [libvirt] [PATCHv2 4/6] Use virGetUninstalledDir() in src/storage/storage_backend_disk.c

2014-04-24 Thread Eric Blake
On 04/24/2014 07:51 AM, Daniel P. Berrange wrote: > On Tue, Mar 25, 2014 at 01:53:14PM +0530, Nehal J Wani wrote: >> src/storage/storage_backend_disk.c: >>*Check if libvirtd is running uninstalled from a build tree and change >> parthelper_path accordingly >> > Hmm, it getting rather ugly

Re: [libvirt] [PATCHv2 4/6] Use virGetUninstalledDir() in src/storage/storage_backend_disk.c

2014-04-24 Thread Daniel P. Berrange
On Tue, Mar 25, 2014 at 01:53:14PM +0530, Nehal J Wani wrote: > src/storage/storage_backend_disk.c: >*Check if libvirtd is running uninstalled from a build tree and change > parthelper_path accordingly > > --- > src/storage/storage_backend_disk.c | 28 ++-- > 1 f

[libvirt] [PATCHv2 4/6] Use virGetUninstalledDir() in src/storage/storage_backend_disk.c

2014-03-25 Thread Nehal J Wani
src/storage/storage_backend_disk.c: *Check if libvirtd is running uninstalled from a build tree and change parthelper_path accordingly --- src/storage/storage_backend_disk.c | 28 ++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/storage/sto