Re: [libvirt] [PATCH] Remove redundant virFileIsExecutable check

2018-04-15 Thread Radostin Stoyanov
On 13/04/18 08:35, Michal Privoznik wrote: > On 04/13/2018 08:01 AM, Radostin Stoyanov wrote: >> Remove unnecessary virFileIsExecutable check after virFindFileInPath. >> Since the commit 9ae992f virFindFileInPath will reject non-executables. >> >> 9ae992f24353d6506f570fc9dd58355b165e4472 >> virFind

Re: [libvirt] [PATCH] Remove redundant virFileIsExecutable check

2018-04-13 Thread Michal Privoznik
On 04/13/2018 08:01 AM, Radostin Stoyanov wrote: > Remove unnecessary virFileIsExecutable check after virFindFileInPath. > Since the commit 9ae992f virFindFileInPath will reject non-executables. > > 9ae992f24353d6506f570fc9dd58355b165e4472 > virFindFileInPath: only find executable non-directory >

[libvirt] [PATCH] Remove redundant virFileIsExecutable check

2018-04-12 Thread Radostin Stoyanov
Remove unnecessary virFileIsExecutable check after virFindFileInPath. Since the commit 9ae992f virFindFileInPath will reject non-executables. 9ae992f24353d6506f570fc9dd58355b165e4472 virFindFileInPath: only find executable non-directory Signed-off-by: Radostin Stoyanov --- src/bhyve/bhyve_capab