1. 12c09b8 qemu-img: There is more than one host device driver by Kevin Wolf · 15 years ago
  2. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  3. 1e5b9d2 Remove aio_ctx from paio_* interface by Kevin Wolf · 15 years ago
  4. d2e4634 raw/linux-aio: Also initialize POSIX AIO by Kevin Wolf · 15 years ago
  5. 0b4ce02 block/raw: Add create_options for host_device by Kevin Wolf · 15 years ago
  6. b2e12bc block: add aio_flush operation by Christoph Hellwig · 16 years ago
  7. 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 16 years ago
  8. e44bd6f Don't compile aio code if CONFIG_LINUX_AIO is undefined by Stefan Weil · 16 years ago
  9. 5c6c3a6 raw-posix: add Linux native AIO support by Christoph Hellwig · 16 years ago
  10. 9ef91a6 raw-posix: refactor AIO support by Christoph Hellwig · 16 years ago
  11. 4dd75c7 make pthreads mandatory by Christoph Hellwig · 16 years ago
  12. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  13. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  14. 1e37d05 raw-posix: Handle errors in raw_create by Stefan Weil · 16 years ago
  15. 1c27a8b Substitute O_DSYNC with O_SYNC or O_FSYNC when needed. by G 3 · 16 years ago
  16. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
  17. 22afa7b block-raw: Allow pread beyond the end of growable images by Kevin Wolf · 16 years ago
  18. 707c0db support colon in filenames by Ram Pai · 16 years ago
  19. 19a3da7 Fix opening of read only raw images by Blue Swirl · 16 years ago
  20. 11a1feb raw-posix: Remove O_RDWR when attempting to open a file read-only by Avi Kivity · 16 years ago
  21. 736d0c2 raw-posix: open flags use BDRV_ namespace, not posix namespace by Avi Kivity · 16 years ago
  22. 63ec93d raw-posix: cleanup ioctl methods by Christoph Hellwig · 16 years ago
  23. 508c7cb block: add bdrv_probe_device method by Christoph Hellwig · 16 years ago
  24. f3a5d3f raw-posix: split hdev drivers by Christoph Hellwig · 16 years ago
  25. 90babde raw-posix: add a raw_open_common helper by Christoph Hellwig · 16 years ago
  26. 0e1d8f4 raw-posix: always store open flags by Christoph Hellwig · 16 years ago
  27. db08adf qemu-img: Print available options with -o ? by Kevin Wolf · 16 years ago
  28. c16b5a2 fully split aio_pool from BlockDriver by Christoph Hellwig · 16 years ago
  29. 4099df5 raw-posix: fix hdev_create by Christoph Hellwig · 16 years ago
  30. 94c6d6d fix raw_pread_aligned return value by Christoph Hellwig · 16 years ago
  31. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  32. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-raw-posix.c]
  33. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  34. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  35. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  36. e268ca5 implement qemu_blockalign (Stefano Stabellini) by aliguori · 16 years ago
  37. f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) by aliguori · 16 years ago
  38. 856ae5c Fix a few Sparse warnings by blueswir1 · 16 years ago
  39. 8185d2c Fix the build for --disable-aio by aliguori · 16 years ago
  40. 93c65b4 Add host_device support to qemu-img. (Nolan Leake) by aliguori · 16 years ago
  41. bbeea53 Fix wrong return value by blueswir1 · 16 years ago
  42. 221f715 new scsi-generic abstraction, use SG_IO (Christoph Hellwig) by aliguori · 16 years ago
  43. 9f23011 FreeBSD host physical cdrom fixes by blueswir1 · 16 years ago
  44. 537a1d4 Fix regression introduced by r6824 by aliguori · 16 years ago
  45. eda578e Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity) by aliguori · 16 years ago
  46. 04eeb8b Add internal scsi generic block API (Avi Kivity) by aliguori · 16 years ago
  47. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  48. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  49. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  50. 7a11b22 fix raw_aio_remove (Stefano Stabellini) by aliguori · 16 years ago
  51. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  52. 22bf145 fix raw_aio_read\write error handling (Stefano Stabellini) by aliguori · 16 years ago
  53. 55f11ca Rename sigev_signo to avoid FreeBSD problems (Juergen Lock) by blueswir1 · 16 years ago
  54. c9db92f Use kill instead of sigqueue: re-enables AIO on OpenBSD by blueswir1 · 16 years ago
  55. 31b1a7b global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost) by aliguori · 16 years ago
  56. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  57. 4141d4c Return -errno on write failure (Gleb Natapov) by aliguori · 16 years ago
  58. 3c529d9 Replace posix-aio with custom thread pool by aliguori · 16 years ago
  59. e20e830 block: make raw aio signaling non-blocking (Gerd Hoffman) by aliguori · 16 years ago
  60. 7ab064d Fix previous commit (spotted by Robert Riebisch). by aliguori · 16 years ago
  61. f646557 Define O_DSYNC as O_SYNC if necessary. by aliguori · 16 years ago
  62. 9f7965c Expand cache= option and use write-through caching by default by aliguori · 16 years ago
  63. 9e472e1 Fix IO performance regression in sparc by aliguori · 16 years ago
  64. 674a24a Fix warning about missing return value by blueswir1 · 16 years ago
  65. 2746310 Make compatfd fallback more robust by aliguori · 16 years ago
  66. acce87f Really fix the BSD build this time by aliguori · 16 years ago
  67. 0d0ab49 Fix build on non-Linux unices by aliguori · 16 years ago
  68. 5353872 Implement an fd pool to get real AIO with posix-aio by aliguori · 16 years ago
  69. 997306f Fix build on FreeBSD by aliguori · 16 years ago
  70. 8288998 Relax posix-aio restrictions on newer glibcs by aliguori · 16 years ago
  71. a76bab4 Refactor AIO to allow multiple AIO implementations by aliguori · 16 years ago
  72. ad02ad6 Do not allow AIO to be inited multiple times by aliguori · 16 years ago
  73. 2acf5af block-raw is not a protocol by aliguori · 16 years ago
  74. 08af02e Make sure to define fd_open when not on Linux by aliguori · 16 years ago
  75. 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 17 years ago
  76. a3392f9 Only build compatfd when using AIO and make sure to always init AIO by aliguori · 17 years ago
  77. 2c41a5f Make sure to read siginfo from signalfd by aliguori · 17 years ago
  78. baf35cb Use signalfd() to work around signal/select race by aliguori · 17 years ago
  79. 543952c Add missing FreeBSD #include (Juergen Lock) by blueswir1 · 17 years ago
  80. 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  81. 414f0da Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  82. 2f72648 Add a parameter to disable host cache, by Laurent Vivier. by ths · 17 years ago
  83. bed5cc5 Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier) by bellard · 17 years ago
  84. 6dd2db5 Revert 4367 by blueswir1 · 17 years ago
  85. adcbeba Align file accesses with cache=off (Kevin Wolf, Laurent Vivier) by blueswir1 · 17 years ago
  86. 01534fe restore original values for ai.aio_threads and ai.aio_num by bellard · 17 years ago
  87. 985a03b Real SCSI device passthrough (v4), by Laurent Vivier. by ths · 17 years ago
  88. 33f0027 Add "cache" parameter to "-drive" (Laurent Vivier). by balrog · 17 years ago
  89. 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]
  90. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  91. ae5fc45 block-raw/kqemu fix. by pbrook · 17 years ago
  92. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  93. e9c0822 Physical hard disk drive for win32, by Stefan Weil. by ths · 17 years ago
  94. 9286841 Avoid compilation warnings on 64 bits hosts. by j_mayer · 17 years ago
  95. 2e03286 Make likely/unlikely accessible also in hw/. Revert the logfile->stderr change. by balrog · 17 years ago
  96. a50a628 Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugz by balrog · 17 years ago
  97. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  98. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  99. 8c05dbf Enhance raw io reliability, by Ben Guthro. by ths · 18 years ago
  100. aa1f17c Spelling fixes, by Stefan Weil. by ths · 18 years ago