summaryrefslogtreecommitdiffstats
path: root/block-raw-posix.c
Commit message (Expand)AuthorAgeFilesLines
* block-raw is not a protocolaliguori2008-09-161-1/+0
* Make sure to define fd_open when not on Linuxaliguori2008-09-151-0/+5
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-27/+8
* Only build compatfd when using AIO and make sure to always init AIOaliguori2008-09-111-0/+3
* Make sure to read siginfo from signalfdaliguori2008-09-111-0/+27
* Use signalfd() to work around signal/select racealiguori2008-09-101-81/+48
* Add missing FreeBSD #include (Juergen Lock)blueswir12008-08-241-0/+1
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-0/+27
* Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-0/+38
* Add a parameter to disable host cache, by Laurent Vivier.ths2008-07-031-8/+8
* Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)bellard2008-05-281-2/+238
* Revert 4367blueswir12008-05-071-113/+6
* Align file accesses with cache=off (Kevin Wolf, Laurent Vivier)blueswir12008-05-061-6/+113
* restore original values for ai.aio_threads and ai.aio_numbellard2008-01-061-2/+2
* Real SCSI device passthrough (v4), by Laurent Vivier.ths2007-12-241-5/+22
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-0/+8
* Split block-raw.c into block-raw-posix.c and block-raw-win32.c, byths2007-12-151-0/+901
OpenPOWER on IntegriCloud