Re: [libvirt] [PATCH] Add utility functions for storing uninstalled location

2014-03-24 Thread Eric Blake
On 03/24/2014 03:19 PM, Eric Blake wrote: > > Note that the testsuite knows how to run uninstalled libvirt_iohelper > when testing fdstream.c directly, but also note that virfile.c uses > libvirt_iohelper but never uses its overridden location - our existing > override is only half-baked. And eve

Re: [libvirt] [PATCH] Add utility functions for storing uninstalled location

2014-03-24 Thread Eric Blake
On 03/24/2014 02:54 PM, Eric Blake wrote: > On 03/23/2014 02:22 AM, Nehal J Wani wrote: >> When libvirtd is run from a build directory without being installed, it >> should not depend on files from a libvirt package installed in the >> system. Currently, APIs defined in src/ don't know whether libv

Re: [libvirt] [PATCH] Add utility functions for storing uninstalled location

2014-03-24 Thread Eric Blake
On 03/23/2014 02:22 AM, Nehal J Wani wrote: > When libvirtd is run from a build directory without being installed, it > should not depend on files from a libvirt package installed in the > system. Currently, APIs defined in src/ don't know whether libvirtd > is being run from the build dir or the i

[libvirt] [PATCH] Add utility functions for storing uninstalled location

2014-03-23 Thread Nehal J Wani
When libvirtd is run from a build directory without being installed, it should not depend on files from a libvirt package installed in the system. Currently, APIs defined in src/ don't know whether libvirtd is being run from the build dir or the installed dir. The following additions provide the fu