[PATCH 0/2] Fix build on non-Linux

Jiri Denemark via Devel posted 2 patches 3 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1748941594.git.jdenemar@redhat.com
src/util/virfile.c  | 56 ++++++++++++++++++++++-----------------------
tests/virfilemock.c | 28 +++++++++++++++++++++++
2 files changed, 56 insertions(+), 28 deletions(-)
[PATCH 0/2] Fix build on non-Linux
Posted by Jiri Denemark via Devel 3 months, 1 week ago
Jiri Denemark (2):
  util: Avoid statfs in virFileGetExistingParent
  util: Move virFileGetExistingParent out of ifdef __linux__

 src/util/virfile.c  | 56 ++++++++++++++++++++++-----------------------
 tests/virfilemock.c | 28 +++++++++++++++++++++++
 2 files changed, 56 insertions(+), 28 deletions(-)

-- 
2.49.0
Re: [PATCH 0/2] Fix build on non-Linux
Posted by Martin Kletzander via Devel 3 months, 1 week ago
On Tue, Jun 03, 2025 at 11:07:42AM +0200, Jiri Denemark via Devel wrote:
>Jiri Denemark (2):
>  util: Avoid statfs in virFileGetExistingParent
>  util: Move virFileGetExistingParent out of ifdef __linux__
>

Let's hope this fixes everything O:-)

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

> src/util/virfile.c  | 56 ++++++++++++++++++++++-----------------------
> tests/virfilemock.c | 28 +++++++++++++++++++++++
> 2 files changed, 56 insertions(+), 28 deletions(-)
>
>-- 
>2.49.0
>