]> Git Repo - qemu.git/commit - aio-posix.c
aio: call aio_notify after setting I/O handlers
authorPaolo Bonzini <[email protected]>
Tue, 25 Sep 2012 08:22:39 +0000 (10:22 +0200)
committerPaolo Bonzini <[email protected]>
Tue, 30 Oct 2012 08:30:53 +0000 (09:30 +0100)
commit7ed2b24ce17f8fb7e36e4e8d113f2a30cbea142f
treef7cecf83b58fad39722149a02d1ac5d3886f6e74
parent2f4dc3c1b2a453a8255d9b97c7cb87860123e495
aio: call aio_notify after setting I/O handlers

In the current code, this is done by qemu_set_fd_handler2, which is
called by qemu_aio_set_fd_handler.  We need to keep the same behavior
even after removing the call to qemu_set_fd_handler2.

Reviewed-by: Anthony Liguori <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
aio-posix.c
aio-win32.c
This page took 0.023184 seconds and 4 git commands to generate.