Did you test this at all? On Wed, Jul 27, 2011 at 08:25:25PM +0200, Frediano Ziglio wrote: > + case QEMU_AIO_FLUSH: > + io_prep_fdsync(iocbs, fd); > + break;
Looks great, but doesn't work as expected. Hint: grep for aio_fsync in the linux kernel.
Did you test this at all? On Wed, Jul 27, 2011 at 08:25:25PM +0200, Frediano Ziglio wrote: > + case QEMU_AIO_FLUSH: > + io_prep_fdsync(iocbs, fd); > + break;
Looks great, but doesn't work as expected. Hint: grep for aio_fsync in the linux kernel.