check for bs->drv in bdrv_flush (Christoph Hellwig)
[qemu] / block-raw-posix.c
2009-03-28 aliguorinew scsi-generic abstraction, use SG_IO (Christoph...
2009-03-28 blueswir1FreeBSD host physical cdrom fixes
2009-03-13 aliguoriFix regression introduced by r6824
2009-03-12 aliguoriDrop internal bdrv_pread()/bdrv_pwrite() APIs (Avi...
2009-03-12 aliguoriAdd internal scsi generic block API (Avi Kivity)
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 aurel32Use C99 initializers for BlockDriver methods
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-02-26 aliguorifix raw_aio_remove (Stefano Stabellini)
2009-02-05 aliguoriblock: remove error handling from qemu_malloc() callers...
2009-01-29 aliguorifix raw_aio_read\write error handling (Stefano Stabellini)
2009-01-24 blueswir1Rename sigev_signo to avoid FreeBSD problems (Juergen...
2009-01-17 blueswir1Use kill instead of sigqueue: re-enables AIO on OpenBSD
2009-01-15 aliguoriglobal s/fflush(logfile)/qemu_log_flush()/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriReturn -errno on write failure (Gleb Natapov)
2008-12-12 aliguoriReplace posix-aio with custom thread pool
2008-11-13 aliguoriblock: make raw aio signaling non-blocking (Gerd Hoffman)
2008-10-14 aliguoriFix previous commit (spotted by Robert Riebisch).
2008-10-14 aliguoriDefine O_DSYNC as O_SYNC if necessary.
2008-10-14 aliguoriExpand cache= option and use write-through caching...
2008-10-08 aliguoriFix IO performance regression in sparc
2008-10-03 blueswir1Fix warning about missing return value
2008-09-27 aliguoriMake compatfd fallback more robust
2008-09-26 aliguoriReally fix the BSD build this time
2008-09-26 aliguoriFix build on non-Linux unices
2008-09-26 aliguoriImplement an fd pool to get real AIO with posix-aio
2008-09-26 aliguoriFix build on FreeBSD
2008-09-23 aliguoriRelax posix-aio restrictions on newer glibcs
2008-09-22 aliguoriRefactor AIO to allow multiple AIO implementations
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...