commit | b10577df13fa4a1b38ea6c1ea7b66c6dfd90a07a | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu Aug 22 15:28:36 2013 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Aug 22 22:05:04 2013 +0200 |
tree | 85c0621d014b1a5e6ff6d5d4b2af92c4ed01a2d5 | |
parent | 8b2d42d273ed0df2a34cfa29f47bc1f8cc3abb26 [diff] |
win32-aio: drop win32_aio_flush_cb() The io_flush argument to qemu_aio_set_event_notifier() has been removed since the block layer learnt to drain requests by itself. Fix the Windows build for win32-aio.o by updating the qemu_aio_set_event_notifier() call and dropping win32_aio_flush_cb(). Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>