summaryrefslogtreecommitdiffstats
path: root/block-raw.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes, by Stefan Weil.ths2007-07-121-1/+1
* Fix CDROM permission check, by Kazu <kazoo@r3.dion.ne.jp>.ths2007-01-181-2/+12
* win32: physical drive support (initial patch by kazu)bellard2007-01-071-1/+15
* removed redundant qemu_aio_flush()bellard2007-01-071-4/+0Star
* win32 block device fixes (initial patch by kazu)bellard2007-01-071-5/+12
* patch for block-raw.c for Solaris, by Ben Taylor.ths2007-01-051-0/+2
* Build fix for AIO (-dummy) on Windows, by Stefan Weil.ths2006-12-221-0/+4
* Fix "inaccessible boot device" on FreeBSD, by Juergen Lock.ths2006-12-211-0/+3
* Flush IO requests before savevm (original patch by Blue Swirl).pbrook2006-09-031-0/+11
* win32 aio emulation fixbellard2006-08-241-0/+3
* win32 compilation fixesbellard2006-08-231-28/+12Star
* better support of host drivesbellard2006-08-191-100/+582
* Dynamically allocate AIO Completion Blocks.pbrook2006-08-071-141/+139Star
* fixed blocking io emulationbellard2006-08-061-0/+5
* O_LARGEFILE is not neededbellard2006-08-051-1/+1
* win32 fixes (initial patch by kazu)bellard2006-08-031-20/+30
* some compilation fixesbellard2006-08-031-10/+16
* async file I/O APIbellard2006-08-011-0/+817