1. c6ca28d Add bdrv_flush_all() by aliguori · 16 years ago
  2. a76bab4 Refactor AIO to allow multiple AIO implementations by aliguori · 16 years ago
  3. 7ee930d Fix warnings that would be caused by ld flag --warn-common by blueswir1 · 16 years ago
  4. 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 16 years ago
  5. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  6. 7c96d46 Let snapshot work with protocols by aliguori · 16 years ago
  7. a3392f9 Only build compatfd when using AIO and make sure to always init AIO by aliguori · 16 years ago
  8. baf35cb Use signalfd() to work around signal/select race by aliguori · 16 years ago
  9. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  10. cd01b4a Fix windows build by aliguori · 16 years ago
  11. 7581825 Allow QEMU to connect directly to an NBD server, by Laurent Vivier. by ths · 17 years ago
  12. f58c7b3 New qemu-img convert -B option, by Marc Bevand. by ths · 17 years ago
  13. 34c6f05 unlink the bs from bdrv-list upon bdrv_delete(bs) by aurel32 · 17 years ago
  14. b5eff35 Revert fix for CVE-2008-0928. Will be fixed in a different way later. by aurel32 · 17 years ago
  15. 902b27d Fix CVE-2008-0928 - insufficient block device address range checking by aurel32 · 17 years ago
  16. 0badc1e Honor TMPDIR environment variable by aurel32 · 17 years ago
  17. 985a03b Real SCSI device passthrough (v4), by Laurent Vivier. by ths · 17 years ago
  18. 33f0027 Add "cache" parameter to "-drive" (Laurent Vivier). by balrog · 17 years ago
  19. 96b8f13 Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. by ths · 17 years ago
  20. a36e69d Collecting block device statistics, by Richard W.M. Jones. by ths · 17 years ago
  21. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  22. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  23. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  24. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  25. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  26. 6ada745 Parallels disk image support, by Alex Beregszaszi. by ths · 17 years ago
  27. eb5c851 Use PATH_MAX for name lengths, by Sergey Vlasov. by ths · 18 years ago
  28. 71c2fd5 Define ENOMEDIUM to match ENODEV if it isn't available. by ths · 18 years ago
  29. 7f1c9da Darwin build fix, by Pierre d'Herbemont. by ths · 18 years ago
  30. 2166442 path_is_absolute() fix for win32 by bellard · 18 years ago
  31. 3b9f94e win32 block device fixes (initial patch by kazu) by bellard · 18 years ago
  32. fef3074 Escape filname printout properly, by Anthony Liguori and Julian Seward. by ths · 18 years ago
  33. a817d93 fixed handling of relative filenames with -snapshot by bellard · 18 years ago
  34. f45512f win32 compilation fixes by bellard · 18 years ago
  35. 6b21b97 fixed error handling by bellard · 18 years ago
  36. 19cb373 better support of host drives by bellard · 18 years ago
  37. 9076542 fixed aio emulation by bellard · 18 years ago
  38. ce1a14d Dynamically allocate AIO Completion Blocks. by pbrook · 18 years ago
  39. d15a771 qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors by bellard · 18 years ago
  40. faea38e multiple snapshot support by bellard · 18 years ago
  41. 83f6409 async file I/O API by bellard · 18 years ago
  42. beac80c Windows sparse file support (Frediano Ziglio) by bellard · 19 years ago
  43. 7a6cba6 Disk cache flush support. by pbrook · 19 years ago
  44. ec530c8 Solaris port (Ben Taylor) by bellard · 19 years ago
  45. 95389c8 qcow_make_empty() support (Johannes Schindelin) by bellard · 19 years ago
  46. 79639d4 update boot sector when using -kernel (Magnus Damm) by bellard · 19 years ago
  47. 3b0d4f6 OS X: support for the built in CD-ROM drive (Mike Kronenberg) by bellard · 19 years ago
  48. 712e787 probing fixes by bellard · 20 years ago
  49. 6a0f9e8 Virtual PC read-only disk image support (Alex Beregszaszi) by bellard · 20 years ago
  50. e5484d3 BSD fix by bellard · 20 years ago
  51. 7674e7b BSD cdrom device access fix by bellard · 20 years ago
  52. c747cd1 raw CDROM access for windows (Filip Navara) by bellard · 20 years ago
  53. a8753c3 Bochs disk image support (Alex Beregszaszi) by bellard · 20 years ago
  54. 585d0ed .dmg disk image format support (Johannes Schindelin) by bellard · 20 years ago
  55. 46d4767 better BIOS ATA translation support by bellard · 20 years ago
  56. 3c56521 cloop driver (Johannes Schindelin) by bellard · 20 years ago
  57. e2731ad fixed block close() method prototype by bellard · 20 years ago
  58. d524939 64 bit file I/O by default by bellard · 20 years ago
  59. ea2384d new disk image layer by bellard · 20 years ago
  60. 81d0912 completion support by bellard · 20 years ago
  61. eba2af6 buffer overflow fix by bellard · 21 years ago
  62. 2b64948 64 bit fix by bellard · 21 years ago
  63. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  64. b338082 remoable device support by bellard · 21 years ago
  65. 00af2b2 added cow.h by bellard · 21 years ago
  66. cf98951 force boot sector feature by bellard · 21 years ago
  67. 33e3963 added user mode Linux Copy On Write disk image support - added -snapshot support (initial patch by Rusty Russell) by bellard · 22 years ago
  68. 0849bf0 allow read only images by bellard · 22 years ago
  69. fc01f7e IDE emulation by bellard · 22 years ago