1. 1bbbf32 block: Use QEMU_IS_ALIGNED by Nir Soffer · 5 years ago
  2. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  3. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  4. eaa2410 block: Require auto-read-only for existing fallbacks by Kevin Wolf · 6 years ago
  5. 398e6ad block: Deprecate bdrv_set_read_only() and users by Kevin Wolf · 7 years ago
  6. e2b8247 block: do not set BDS read_only if copy_on_read enabled by Jeff Cody · 8 years ago
  7. fe5241b block: add bdrv_set_read_only() helper function by Jeff Cody · 8 years ago
  8. 862f215 block: Request child permissions in format drivers by Kevin Wolf · 8 years ago
  9. 4e4bf5c block: Attach bs->file only during .bdrv_open() by Kevin Wolf · 8 years ago
  10. a03ef88 block: Convert bdrv_co_preadv/pwritev to BdrvChild by Kevin Wolf · 9 years ago
  11. cf2ab8f block: Convert bdrv_pread(v) to BdrvChild by Kevin Wolf · 9 years ago
  12. 5411541 block: Use bool as appropriate for BDS members by Eric Blake · 9 years ago
  13. a5b8dd2 block: Move request_alignment into BlockLimit by Eric Blake · 9 years ago
  14. a650648 block: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  15. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  16. 3b8fd33 bochs: Implement .bdrv_co_preadv() interface by Kevin Wolf · 9 years ago
  17. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  18. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  19. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  20. 02c4f26 block: Use g_new() & friends to avoid multiplying sizes by Markus Armbruster · 10 years ago
  21. 7bf665e bochs: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  22. e1b42f4 block/bochs: Fix error handling for seek_to_sector() by Max Reitz · 11 years ago
  23. 715c3f6 bochs: Fix catalog size check by Kevin Wolf · 11 years ago
  24. 28ec11b bochs: Fix memory leak in bochs_open() error path by Kevin Wolf · 11 years ago
  25. a9ba36a bochs: Fix bitmap offset calculation by Kevin Wolf · 11 years ago
  26. 8e53abb bochs: Check extent_size header field (CVE-2014-0142) by Kevin Wolf · 11 years ago
  27. e3737b8 bochs: Check catalog_size header field (CVE-2014-0143) by Kevin Wolf · 11 years ago
  28. 246f658 bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147) by Kevin Wolf · 11 years ago
  29. 3dd8a67 bochs: Unify header structs and make them QEMU_PACKED by Kevin Wolf · 11 years ago
  30. 76abe40 block: do not abuse EMEDIUMTYPE by Paolo Bonzini · 11 years ago
  31. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  32. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  33. 5b7d7df bochs: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  34. 15bac0d block: Use error code EMEDIUMTYPE for wrong format in some block drivers by Stefan Weil · 12 years ago
  35. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  36. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  37. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  38. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  39. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  40. 7a6f391 bochs: use qemu block API by Christoph Hellwig · 15 years ago
  41. efbca10 bochs: use pread by Christoph Hellwig · 15 years ago
  42. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  43. 0a7fc98 Read-only device changed to opens it's file for read-only. by Naphtali Sprei · 15 years ago
  44. ecbe157 block/bochs: improve format checking by Blue Swirl · 15 years ago
  45. 00ccf93 block/bochs.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  46. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-bochs.c]
  47. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  48. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  49. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  50. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  51. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  52. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  53. 6850dd9 Support for Bochs "growing" images, by Volker Ruppert. by ths · 18 years ago
  54. 83f6409 async file I/O API by bellard · 18 years ago
  55. a8753c3 Bochs disk image support (Alex Beregszaszi) by bellard · 20 years ago