Re: [PATCH] qemu: Look for qemu-bridge-helper in more directories

2024-09-30 Thread Martin Kletzander
On Fri, Sep 27, 2024 at 03:21:17PM +0200, Andrea Bolognani wrote: Commit 0caacf47d7b423db9126660fb0382ed56cd077c1 recently made it so the new path used for qemu-bridge-helper in Debian would be allowed, but the logic used to actually figure out the complete path for the helper was not updated acc

[PATCH] qemu: Look for qemu-bridge-helper in more directories

2024-09-27 Thread Andrea Bolognani
Commit 0caacf47d7b423db9126660fb0382ed56cd077c1 recently made it so the new path used for qemu-bridge-helper in Debian would be allowed, but the logic used to actually figure out the complete path for the helper was not updated accordingly. https://bugs.debian.org/1082530 Signed-off-by: Andrea Bo