]> git.ipfire.org Git - thirdparty/qemu.git/history - block-raw.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[thirdparty/qemu.git] / block-raw.c
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