Do not allow AIO to be inited multiple times
[qemu] / block-raw-posix.c
2008-09-22 aliguoriDo not allow AIO to be inited multiple times
2008-09-16 aliguoriblock-raw is not a protocol
2008-09-15 aliguoriMake sure to define fd_open when not on Linux
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-11 aliguoriOnly build compatfd when using AIO and make sure to...
2008-09-11 aliguoriMake sure to read siginfo from signalfd
2008-09-10 aliguoriUse signalfd() to work around signal/select race
2008-08-24 blueswir1Add missing FreeBSD #include (Juergen Lock)
2008-08-15 blueswir1Preliminary OpenBSD host support (based on OpenBSD...
2008-08-15 blueswir1Use AIO only if host supports it (based on OpenBSD...
2008-07-03 thsAdd a parameter to disable host cache, by Laurent Vivier.
2008-05-28 bellardAlign file accesses with cache=off (O_DIRECT) (Kevin...
2008-05-07 blueswir1Revert 4367
2008-05-06 blueswir1Align file accesses with cache=off (Kevin Wolf, Laurent...
2008-01-06 bellardrestore original values for ai.aio_threads and ai.aio_num
2007-12-24 thsReal SCSI device passthrough (v4), by Laurent Vivier.
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-15 thsSplit block-raw.c into block-raw-posix.c and block...