]> git.ipfire.org Git - thirdparty/qemu.git/commit
aio: Create AioPolledEvent
authorKevin Wolf <kwolf@redhat.com>
Fri, 7 Mar 2025 22:16:32 +0000 (23:16 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 13 Mar 2025 16:57:23 +0000 (17:57 +0100)
commit518db1013cb0384dc19134585f227dbb7bf65e39
treeae8d77d1955dd9edae19acb06ac9287badd34c74
parent2f3b6e61f692bade441230dd25c1c0f101bd2eef
aio: Create AioPolledEvent

As a preparation for having multiple adaptive polling states per
AioContext, move the 'ns' field into a separate struct.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20250307221634.71951-4-kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/block/aio.h
util/aio-posix.c
util/async.c