On 11/28/25 14:14, Prasad Pandit wrote:
Should block/aio.h include qemu/aio.h? User can include them both where needed.
block/aio.h is quite useless without functions like aio_co_wake(), so it includes qemu/aio.h.
Paolo
Otherwise looks okay. Reviewed-by: Prasad Pandit <[email protected]> Thank you. --- - Prasad
