Am 26.03.2019 um 15:11 hat Paolo Bonzini geschrieben: > - but actually (and a precursor to using IOCB_CMD_POLL) it should be > possible to have just one LinuxAioState per AioContext, and then > it can simply share the AioContext's EventNotifier. This removes > the need to do the event_notifier_test_and_clear in linux-aio.c.
Isn't having only one LinuxAioState per AioContext what we already do? See aio_get_linux_aio(). Kevin