Re: [RFC PATCH] meson.build: don't include libbpf in the common source set

2021-10-05 Thread Paolo Bonzini
On 05/10/21 22:25, Richard Henderson wrote: On 10/5/21 12:27 PM, Paolo Bonzini wrote: On 05/10/21 20:24, Alex Bennée wrote: This library is only needed for the softmmu targets and as such break static *-user builds where libbpf is detected and it tries to link it into the user binaries. Fixes:

[RFC PATCH] meson.build: don't include libbpf in the common source set

2021-10-05 Thread Alex Bennée
This library is only needed for the softmmu targets and as such break static *-user builds where libbpf is detected and it tries to link it into the user binaries. Fixes: 46627f41b6 ("ebpf: Added eBPF RSS loader.") Signed-off-by: Alex Bennée --- meson.build | 2 +- 1 file changed, 1 insertion(+)

Re: [RFC PATCH] meson.build: don't include libbpf in the common source set

2021-10-05 Thread Richard Henderson
On 10/5/21 12:27 PM, Paolo Bonzini wrote: On 05/10/21 20:24, Alex Bennée wrote: This library is only needed for the softmmu targets and as such break static *-user builds where libbpf is detected and it tries to link it into the user binaries. Fixes: 46627f41b6 ("ebpf: Added eBPF RSS loader.")

Re: [RFC PATCH] meson.build: don't include libbpf in the common source set

2021-10-05 Thread Paolo Bonzini
On 05/10/21 20:24, Alex Bennée wrote: This library is only needed for the softmmu targets and as such break static *-user builds where libbpf is detected and it tries to link it into the user binaries. Fixes: 46627f41b6 ("ebpf: Added eBPF RSS loader.") Signed-off-by: Alex Bennée --- meson.bui

Re: [RFC PATCH] meson.build: don't include libbpf in the common source set

2021-10-05 Thread Paolo Bonzini
On 05/10/21 21:00, Philippe Mathieu-Daudé wrote: On 10/5/21 20:24, Alex Bennée wrote: This library is only needed for the softmmu targets and as such break static *-user builds where libbpf is detected and it tries to link it into the user binaries. Fixes: 46627f41b6 ("ebpf: Added eBPF RSS load

Re: [RFC PATCH] meson.build: don't include libbpf in the common source set

2021-10-05 Thread Philippe Mathieu-Daudé
On 10/5/21 20:24, Alex Bennée wrote: > This library is only needed for the softmmu targets and as such > break static *-user builds where libbpf is detected and it tries to > link it into the user binaries. > > Fixes: 46627f41b6 ("ebpf: Added eBPF RSS loader.") > Signed-off-by: Alex Bennée > ---

Re: [RFC PATCH] meson.build: don't include libbpf in the common source set

2021-10-05 Thread Richard Henderson
On 10/5/21 11:24 AM, Alex Bennée wrote: This library is only needed for the softmmu targets and as such break static *-user builds where libbpf is detected and it tries to link it into the user binaries. Fixes: 46627f41b6 ("ebpf: Added eBPF RSS loader.") Signed-off-by: Alex Bennée --- meson.b