1. 3c529d9 Replace posix-aio with custom thread pool by aliguori · 16 years ago
  2. e20e830 block: make raw aio signaling non-blocking (Gerd Hoffman) by aliguori · 16 years ago
  3. 7ab064d Fix previous commit (spotted by Robert Riebisch). by aliguori · 16 years ago
  4. f646557 Define O_DSYNC as O_SYNC if necessary. by aliguori · 16 years ago
  5. 9f7965c Expand cache= option and use write-through caching by default by aliguori · 16 years ago
  6. 9e472e1 Fix IO performance regression in sparc by aliguori · 16 years ago
  7. 674a24a Fix warning about missing return value by blueswir1 · 16 years ago
  8. 2746310 Make compatfd fallback more robust by aliguori · 17 years ago
  9. acce87f Really fix the BSD build this time by aliguori · 17 years ago
  10. 0d0ab49 Fix build on non-Linux unices by aliguori · 17 years ago
  11. 5353872 Implement an fd pool to get real AIO with posix-aio by aliguori · 17 years ago
  12. 997306f Fix build on FreeBSD by aliguori · 17 years ago
  13. 8288998 Relax posix-aio restrictions on newer glibcs by aliguori · 17 years ago
  14. a76bab4 Refactor AIO to allow multiple AIO implementations by aliguori · 17 years ago
  15. ad02ad6 Do not allow AIO to be inited multiple times by aliguori · 17 years ago
  16. 2acf5af block-raw is not a protocol by aliguori · 17 years ago
  17. 08af02e Make sure to define fd_open when not on Linux by aliguori · 17 years ago
  18. 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 17 years ago
  19. a3392f9 Only build compatfd when using AIO and make sure to always init AIO by aliguori · 17 years ago
  20. 2c41a5f Make sure to read siginfo from signalfd by aliguori · 17 years ago
  21. baf35cb Use signalfd() to work around signal/select race by aliguori · 17 years ago
  22. 543952c Add missing FreeBSD #include (Juergen Lock) by blueswir1 · 17 years ago
  23. 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  24. 414f0da Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  25. 2f72648 Add a parameter to disable host cache, by Laurent Vivier. by ths · 17 years ago
  26. bed5cc5 Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier) by bellard · 17 years ago
  27. 6dd2db5 Revert 4367 by blueswir1 · 17 years ago
  28. adcbeba Align file accesses with cache=off (Kevin Wolf, Laurent Vivier) by blueswir1 · 17 years ago
  29. 01534fe restore original values for ai.aio_threads and ai.aio_num by bellard · 17 years ago
  30. 985a03b Real SCSI device passthrough (v4), by Laurent Vivier. by ths · 17 years ago
  31. 33f0027 Add "cache" parameter to "-drive" (Laurent Vivier). by balrog · 17 years ago
  32. 223d467 Split block-raw.c into block-raw-posix.c and block-raw-win32.c, by by ths · 17 years ago[Renamed (65%) from block-raw.c]
  33. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  34. ae5fc45 block-raw/kqemu fix. by pbrook · 17 years ago
  35. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  36. e9c0822 Physical hard disk drive for win32, by Stefan Weil. by ths · 17 years ago
  37. 9286841 Avoid compilation warnings on 64 bits hosts. by j_mayer · 18 years ago
  38. 2e03286 Make likely/unlikely accessible also in hw/. Revert the logfile->stderr change. by balrog · 18 years ago
  39. a50a628 Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugz by balrog · 18 years ago
  40. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  41. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  42. 8c05dbf Enhance raw io reliability, by Ben Guthro. by ths · 18 years ago
  43. aa1f17c Spelling fixes, by Stefan Weil. by ths · 18 years ago
  44. 54421cb Fix CDROM permission check, by Kazu <kazoo@r3.dion.ne.jp>. by ths · 18 years ago
  45. 0178196 win32: physical drive support (initial patch by kazu) by bellard · 18 years ago
  46. 3b39528 removed redundant qemu_aio_flush() by bellard · 18 years ago
  47. 3b9f94e win32 block device fixes (initial patch by kazu) by bellard · 18 years ago
  48. 2e9671d patch for block-raw.c for Solaris, by Ben Taylor. by ths · 18 years ago
  49. 62ee021 Build fix for AIO (-dummy) on Windows, by Stefan Weil. by ths · 18 years ago
  50. 1cb6c3f Fix "inaccessible boot device" on FreeBSD, by Juergen Lock. by ths · 18 years ago
  51. 6192bc3 Flush IO requests before savevm (original patch by Blue Swirl). by pbrook · 19 years ago
  52. fd44d81 win32 aio emulation fix by bellard · 19 years ago
  53. f45512f win32 compilation fixes by bellard · 19 years ago
  54. 19cb373 better support of host drives by bellard · 19 years ago
  55. ce1a14d Dynamically allocate AIO Completion Blocks. by pbrook · 19 years ago
  56. 6eb5733 fixed blocking io emulation by bellard · 19 years ago
  57. 9ab8a34 O_LARGEFILE is not needed by bellard · 19 years ago
  58. 436e15b win32 fixes (initial patch by kazu) by bellard · 19 years ago
  59. 979b67a some compilation fixes by bellard · 19 years ago
  60. 83f6409 async file I/O API by bellard · 19 years ago