Skip to content

Commit 080832e

Browse files
bonzinijasowang
authored andcommitted
ebpf: only include in system emulators
eBPF files are being included in user 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 <[email protected]> Signed-off-by: Jason Wang <[email protected]>
1 parent d1fe593 commit 080832e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebpf/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
common_ss.add(when: libbpf, if_true: files('ebpf_rss.c'), if_false: files('ebpf_rss-stub.c'))
1+
softmmu_ss.add(when: libbpf, if_true: files('ebpf_rss.c'), if_false: files('ebpf_rss-stub.c'))

0 commit comments

Comments
 (0)