Re: [libvirt PATCH 27/31] src: unify virFileActivateDirOverride()

2020-07-10 Thread Pavel Hrdina
On Thu, Jul 09, 2020 at 04:21:32PM +0100, Daniel P. Berrangé wrote: > On Thu, Jul 02, 2020 at 02:25:25PM +0200, Pavel Hrdina wrote: > > We have two functions to set that we want to override directory where to > > look for libvirt files, one checks the binary name and the other one > > checks env

Re: [libvirt PATCH 27/31] src: unify virFileActivateDirOverride()

2020-07-09 Thread Daniel P . Berrangé
On Thu, Jul 02, 2020 at 02:25:25PM +0200, Pavel Hrdina wrote: > We have two functions to set that we want to override directory where to > look for libvirt files, one checks the binary name and the other one > checks env variable. > > This patch removes the binary name check to simplify code by

Re: [libvirt PATCH 27/31] src: unify virFileActivateDirOverride()

2020-07-09 Thread Ján Tomko
On a Thursday in 2020, Pavel Hrdina wrote: We have two functions to set that we want to override directory where to look for libvirt files, one checks the binary name and the other one checks env variable. This patch removes the binary name check to simplify code by using only the env variable.

[libvirt PATCH 27/31] src: unify virFileActivateDirOverride()

2020-07-02 Thread Pavel Hrdina
We have two functions to set that we want to override directory where to look for libvirt files, one checks the binary name and the other one checks env variable. This patch removes the binary name check to simplify code by using only the env variable. This change will be required for Meson