The only place where we used CONFIG_EPOLL was linux-user, which now enables it unconditionally.
Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index a0f5e900be..264a1c4b72 100644 --- a/meson.build +++ b/meson.build @@ -2595,7 +2595,6 @@ config_host_data.set('CONFIG_FSFREEZE', qga_fsfreeze) config_host_data.set('CONFIG_FSTRIM', qga_fstrim) # has_header -config_host_data.set('CONFIG_EPOLL', cc.has_header('sys/epoll.h')) config_host_data.set('CONFIG_LINUX_MAGIC_H', cc.has_header('linux/magic.h')) valgrind = false if get_option('valgrind').allowed() -- 2.47.3
