Break up vl.h.
[qemu] / block-raw.c
2007-11-17 pbrookBreak up vl.h.
2007-11-11 pbrookblock-raw/kqemu fix.
2007-11-11 pbrookSplit block API from vl.h.
2007-10-20 thsPhysical hard disk drive for win32, by Stefan Weil.
2007-09-21 j_mayerAvoid compilation warnings on 64 bits hosts.
2007-09-20 balrogMake likely/unlikely accessible also in hw/.
2007-09-20 balrogUse logfile only when loglevel is set (bugzilla.openmok...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-13 thsEnhance raw io reliability, by Ben Guthro.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-01-18 thsFix CDROM permission check, by Kazu <kazoo@r3.dion...
2007-01-07 bellardwin32: physical drive support (initial patch by kazu)
2007-01-07 bellardremoved redundant qemu_aio_flush()
2007-01-07 bellardwin32 block device fixes (initial patch by kazu)
2007-01-05 thspatch for block-raw.c for Solaris, by Ben Taylor.
2006-12-22 thsBuild fix for AIO (-dummy) on Windows, by Stefan Weil.
2006-12-21 thsFix "inaccessible boot device" on FreeBSD, by Juergen...
2006-09-03 pbrookFlush IO requests before savevm (original patch by...
2006-08-24 bellardwin32 aio emulation fix
2006-08-23 bellardwin32 compilation fixes
2006-08-19 bellardbetter support of host drives
2006-08-07 pbrookDynamically allocate AIO Completion Blocks.
2006-08-06 bellardfixed blocking io emulation
2006-08-05 bellardO_LARGEFILE is not needed
2006-08-03 bellardwin32 fixes (initial patch by kazu)
2006-08-02 bellardsome compilation fixes
2006-08-01 bellardasync file I/O API