search for: aio_iov

Displaying 1 result from an estimated 1 matches for "aio_iov".

Did you mean: uio_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
...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 are looking for but why do you > > want to use O_DIRECT with IDE? > > It should be perfec...