qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ebpf: only include in system emulators
@ 2021-09-07 10:45 Paolo Bonzini
  2021-09-07 10:58 ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paolo Bonzini @ 2021-09-07 10:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: yuri.benditovich, jasowang, andrew

eBPF files are being included in system emulators, which is useless and
also breaks compilation because ebpf/trace-events is only processed
if a system emulator is included in the build.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/566
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 ebpf/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebpf/meson.build b/ebpf/meson.build
index 9cd0635370..2dd0fd8948 100644
--- a/ebpf/meson.build
+++ b/ebpf/meson.build
@@ -1 +1 @@
-common_ss.add(when: libbpf, if_true: files('ebpf_rss.c'), if_false: files('ebpf_rss-stub.c'))
+softmmu_ss.add(when: libbpf, if_true: files('ebpf_rss.c'), if_false: files('ebpf_rss-stub.c'))
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-09  9:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 10:45 [PATCH] ebpf: only include in system emulators Paolo Bonzini
2021-09-07 10:58 ` Philippe Mathieu-Daudé
2021-09-07 11:05 ` Peter Maydell
2021-09-08  3:08 ` Jason Wang
2021-09-08  5:46   ` Paolo Bonzini
2021-09-09  3:07     ` Jason Wang
2021-09-09  9:49       ` Peter Maydell
2021-09-09  9:51         ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).