summaryrefslogtreecommitdiff
path: root/block-raw.c
AgeCommit message (Expand)AuthorFilesLines
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