Files
xemu/util
Kevin Wolf f76d3bee75 aio-posix: Adjust polling time also for new handlers
aio_dispatch_handler() adds handlers to ctx->poll_aio_handlers if
polling should be enabled. If we call adjust_polling_time() for all
polling handlers before this, new polling handlers are still left at
poll->ns = 0 and polling is only actually enabled after the next event.
Move the adjust_polling_time() call after aio_dispatch_handler().

This fixes test-nested-aio-poll, which expects that polling becomes
effective the first time around.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20250311141912.135657-1-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2025-03-13 17:57:23 +01:00
..
2023-12-19 19:03:38 +01:00
2025-01-16 20:57:17 -08:00
2024-09-20 10:00:27 +03:00
2024-09-13 20:11:13 +02:00
2025-03-04 14:45:34 +01:00
2025-03-10 17:07:16 +08:00
2024-12-20 17:44:56 +01:00
2025-01-29 11:43:04 -03:00
2024-06-21 09:47:22 -03:00
2023-08-31 19:47:43 +02:00
2023-11-15 12:06:05 +03:00
2024-06-19 12:42:03 +02:00
2023-11-03 09:20:31 +01:00