aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid compilation warnings on 64 bits hosts.j_mayer2007-09-211-5/+10
* Make likely/unlikely accessible also in hw/.balrog2007-09-201-1/+1
* Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugzbalrog2007-09-201-9/+6
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-15/+15
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-35/+35
* Enhance raw io reliability, by Ben Guthro.ths2007-09-131-2/+70
* Spelling fixes, by Stefan Weil.ths2007-07-111-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/+0
* 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/+12
* better support of host drivesbellard2006-08-191-100/+582
* Dynamically allocate AIO Completion Blocks.pbrook2006-08-071-141/+139
* 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-021-10/+16
* async file I/O APIbellard2006-08-011-0/+817