commit | 080832e4f4801a28bd1170c49e61f6a0f5f05d03 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 07 12:45:12 2021 +0200 |
committer | Jason Wang <jasowang@redhat.com> | Fri Sep 17 16:07:52 2021 +0800 |
tree | e4dabb909a761cd8566055eb9dc30e81bc8997c3 | |
parent | d1fe59377bbbf91dfded1f08ffe3c636e9db8dc0 [diff] |
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 <pbonzini@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>