aboutsummaryrefslogtreecommitdiffstats
path: root/block-raw.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-35/+35
2007-09-13Enhance raw io reliability, by Ben Guthro.ths1-2/+70
2007-07-11Spelling fixes, by Stefan Weil.ths1-1/+1
2007-01-18Fix CDROM permission check, by Kazu <kazoo@r3.dion.ne.jp>.ths1-2/+12
2007-01-07win32: physical drive support (initial patch by kazu)bellard1-1/+15
2007-01-07removed redundant qemu_aio_flush()bellard1-4/+0
2007-01-07win32 block device fixes (initial patch by kazu)bellard1-5/+12
2007-01-05patch for block-raw.c for Solaris, by Ben Taylor.ths1-0/+2
2006-12-22Build fix for AIO (-dummy) on Windows, by Stefan Weil.ths1-0/+4
2006-12-21Fix "inaccessible boot device" on FreeBSD, by Juergen Lock.ths1-0/+3
2006-09-03Flush IO requests before savevm (original patch by Blue Swirl).pbrook1-0/+11
2006-08-24win32 aio emulation fixbellard1-0/+3
2006-08-23win32 compilation fixesbellard1-28/+12
2006-08-19better support of host drivesbellard1-100/+582
2006-08-07Dynamically allocate AIO Completion Blocks.pbrook1-141/+139
2006-08-06fixed blocking io emulationbellard1-0/+5
2006-08-05O_LARGEFILE is not neededbellard1-1/+1
2006-08-03win32 fixes (initial patch by kazu)bellard1-20/+30
2006-08-02some compilation fixesbellard1-10/+16
2006-08-01async file I/O APIbellard1-0/+817