qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-9.1 1/7] ebpf: Restrict to system emulation


From: Jason Wang
Subject: Re: [PATCH-for-9.1 1/7] ebpf: Restrict to system emulation
Date: Mon, 8 Apr 2024 14:29:31 +0800

On Fri, Apr 5, 2024 at 3:48 AM Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> eBPF is not used in user emulation.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Queued for 9.1.

Thanks

> ---
>  ebpf/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ebpf/meson.build b/ebpf/meson.build
> index c5bf9295a2..bff6156f51 100644
> --- a/ebpf/meson.build
> +++ b/ebpf/meson.build
> @@ -1 +1 @@
> -common_ss.add(when: libbpf, if_true: files('ebpf.c', 'ebpf_rss.c'), 
> if_false: files('ebpf_rss-stub.c'))
> +system_ss.add(when: libbpf, if_true: files('ebpf.c', 'ebpf_rss.c'), 
> if_false: files('ebpf_rss-stub.c'))
> --
> 2.41.0
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]