Re: [PATCH] meson: vhost-user-gpu/virtiofsd: use absolute path

2020-11-03 Thread Marc Hartmayer
On Tue, Nov 03, 2020 at 12:55 PM +0100, Paolo Bonzini wrote: > On 03/11/20 12:28, Marc Hartmayer wrote: >> On Tue, Nov 03, 2020 at 12:23 PM +0100, Marc Hartmayer >> wrote: >>> The option `libexecdir` is relative to `prefix` (see >>> https://mesonbuild.com/Builtin-options.html), so we have to be

Re: [PATCH] meson: vhost-user-gpu/virtiofsd: use absolute path

2020-11-03 Thread Paolo Bonzini
On 03/11/20 12:28, Marc Hartmayer wrote: > On Tue, Nov 03, 2020 at 12:23 PM +0100, Marc Hartmayer > wrote: >> The option `libexecdir` is relative to `prefix` (see >> https://mesonbuild.com/Builtin-options.html), so we have to be aware >> of this when creating 50-qemu-gpu.json and >> 50-qemu-virti

Re: [PATCH] meson: vhost-user-gpu/virtiofsd: use absolute path

2020-11-03 Thread Marc Hartmayer
On Tue, Nov 03, 2020 at 12:23 PM +0100, Marc Hartmayer wrote: > The option `libexecdir` is relative to `prefix` (see > https://mesonbuild.com/Builtin-options.html), so we have to be aware > of this when creating 50-qemu-gpu.json and > 50-qemu-virtiofsd.json. Otherwise, tools like libvirt will not

[PATCH] meson: vhost-user-gpu/virtiofsd: use absolute path

2020-11-03 Thread Marc Hartmayer
The option `libexecdir` is relative to `prefix` (see https://mesonbuild.com/Builtin-options.html), so we have to be aware of this when creating 50-qemu-gpu.json and 50-qemu-virtiofsd.json. Otherwise, tools like libvirt will not be able to find the executable. Fixes: 16bf7a3326d8 ("configure: move