]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: remove use hardcoded MM_CTL path
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 28 Apr 2025 16:22:14 +0000 (17:22 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 2 May 2025 08:31:27 +0000 (09:31 +0100)
commit19f2b047d3dc5ee9ff3ba640b70e3b71c497824f
tree0fb481af17ed576183ed73426d673a8772d5d972
parentd15cdacc3af4cacec6bb372d5036d25e04f0cc9b
util: remove use hardcoded MM_CTL path

Allow virCommand to find 'mm-ctl' in $PATH. This command is only used
when running privileged in which case both 'bin' and 'sbin' dirs will
be in $PATH, so virFindFileInPath will do the right thing to find it.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build
src/util/virnetdevmidonet.c