On 1/14/26 00:00, Michael Tokarev wrote:
The only place where we used CONFIG_EPOLL was linux-user,
which now enables it unconditionally.

Signed-off-by: Michael Tokarev <[email protected]>
---
  meson.build | 1 -
  1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 6ea49c6fc0..f8b4f06049 100644
--- a/meson.build
+++ b/meson.build
@@ -2617,7 +2617,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()

Reviewed-by: Richard Henderson <[email protected]>


r~

Reply via email to