[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ebpf: only include in system emulators
From: |
Peter Maydell |
Subject: |
Re: [PATCH] ebpf: only include in system emulators |
Date: |
Tue, 7 Sep 2021 12:05:10 +0100 |
On Tue, 7 Sept 2021 at 11:47, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> eBPF files are being included in system emulators, which is useless and
do you mean "in user-mode emulators" here ?
> 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>
-- PMM