Displaying 1 result from an estimated 1 matches for "aio_niov".
Did you mean:
aio_iov
2013 May 24
0
Re: [Qemu-devel] use O_DIRECT to open disk images for IDE failed under xen-4.1.2 and qemu upstream
...;aio_type & QEMU_AIO_MISALIGNED)) {
> > > /*
> > > * If there is just a single buffer, and it is properly aligned
> > > * we can just use plain pread/pwrite without any problems.
> > > */
> > > if (aiocb->aio_niov == 1)
> > > return handle_aiocb_rw_linear(aiocb,
> > aiocb->aio_iov->iov_base); //this way, and reports errno 14 next
> > >
> > > Anyone have a good method to resolve this bug? Thanks!
> >
> > I know that this is not the answer you ar...