On Tue, Apr 29, 2025 at 12:14:12 +0100, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé <berra...@redhat.com> > > Allow virCommand to find 'mdevctl' 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. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > src/node_device/node_device_driver.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)
Missing hunk that got misplaced to 13/20 removing 'mdevctl' from 'optional_programs'. With the above fixed: Reviewed-by: Peter Krempa <pkre...@redhat.com>