1. d9ca2ea block: Convert bdrv_pwrite(v/_sync) to BdrvChild by Kevin Wolf · 9 years ago
  2. cf2ab8f block: Convert bdrv_pread(v) to BdrvChild by Kevin Wolf · 9 years ago
  3. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  4. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  5. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  6. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  7. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  8. ff99129 qcow2: Rename BDRVQcowState to BDRVQcow2State by Kevin Wolf · 10 years ago
  9. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  10. 407bc15 savevm: create snapshot failed when id_str already exists by Yi Wang · 10 years ago
  11. 87b86e7 qcow2: fix the macro QCOW_MAX_L1_SIZE's use by Wen Congyang · 10 years ago
  12. 808c4b6 qcow2: Allow "full" discard by Max Reitz · 10 years ago
  13. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 11 years ago
  14. de82815 qcow2: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  15. 5dae6e3 qcow2: Limit snapshot table size by Kevin Wolf · 11 years ago
  16. 6a83f8b qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) by Kevin Wolf · 11 years ago
  17. c05e466 qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145) by Kevin Wolf · 11 years ago
  18. ce48f2f4 qcow2: Validate snapshot table offset/size (CVE-2014-0144) by Kevin Wolf · 11 years ago
  19. 39a611a block: Don't throw away errno via error_setg by Jeff Cody · 11 years ago
  20. 7b4c478 snapshot: distinguish id and name in load_tmp by Wenchao Xia · 11 years ago
  21. 231bb26 qcow2: Use negated overflow check mask by Max Reitz · 11 years ago
  22. 00c49b2 qcow2: Use better type for numerical snapshot ID by Max Reitz · 11 years ago
  23. 84757f7 qcow2: Fix snapshot restoration in snapshot_create by Max Reitz · 11 years ago
  24. 88fb153 qcow2: Assert against snapshot name/ID overflow by Max Reitz · 11 years ago
  25. 9186ad9 qcow2: Free allocated snapshot table on error by Max Reitz · 11 years ago
  26. 37d41f0 qcow2: Always use error path on writing snapshots by Max Reitz · 11 years ago
  27. 0f39ac9 qcow2: Correct snapshots size for overlap check by Max Reitz · 11 years ago
  28. a89d89d snapshot: distinguish id and name in snapshot delete by Wenchao Xia · 12 years ago
  29. 1ebf561 qcow2: Discard VM state in active L1 after creating snapshot by Kevin Wolf · 12 years ago
  30. cf93980 qcow2: Employ metadata overlap checks by Max Reitz · 12 years ago
  31. 6cfcb9b qcow2: Add refcount update reason to all callers by Kevin Wolf · 12 years ago
  32. 2154f24 qcow2: flush in qcow2_update_snapshot_refcount() by Stefan Hajnoczi · 12 years ago
  33. f6977f1 qcow2: flush refcount cache correctly in qcow2_write_snapshots() by Stefan Hajnoczi · 12 years ago
  34. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  35. b35278f qcow2: fix #ifdef'd qcow2_check_refcounts() callers by Stefan Hajnoczi · 13 years ago
  36. 647cc47 qcow2: fix the return value -ENOENT -> -EEXIST by Zhi Yong Wu · 13 years ago
  37. 90b2775 qcow2: Save disk size in snapshot header by Kevin Wolf · 13 years ago
  38. c2c9a46 qcow2: Allow >4 GB VM state by Kevin Wolf · 13 years ago
  39. e3f652b qcow2: Fix error path in qcow2_snapshot_load_tmp by Kevin Wolf · 13 years ago
  40. 9a47678 qcow2: Fix order in qcow2_snapshot_delete by Kevin Wolf · 13 years ago
  41. 43a0cac qcow2: Fix order of refcount updates in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  42. 589f284 qcow2: Return real error in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  43. d1ea98d qcow2: Rework qcow2_snapshot_create error handling by Kevin Wolf · 13 years ago
  44. 0334316 qcow2: Cleanups and memleak fix in qcow2_snapshot_create by Kevin Wolf · 13 years ago
  45. d69969c qcow2: Update snapshot table information at once by Kevin Wolf · 13 years ago
  46. 07fd877 qcow2: Return real error code in qcow2_write_snapshots by Kevin Wolf · 13 years ago
  47. 42deb29 qcow2: Return real error code in qcow2_read_snapshots by Kevin Wolf · 13 years ago
  48. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  49. 6cbc303 qcow2: Fix DEBUG_* compilation by Philipp Hahn · 14 years ago
  50. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  51. 35d7ace qcow2: Fix L1 table size after bdrv_snapshot_goto by Kevin Wolf · 14 years ago
  52. 7c80ab3 block/qcow2.c: rename qcow_ functions to qcow2_ by Jes Sorensen · 14 years ago
  53. 51ef672 Copy snapshots out of QCOW2 disk by edison · 14 years ago
  54. 7289375 qcow2: Support exact L1 table growth by Stefan Hajnoczi · 14 years ago
  55. 29216ed qcow2: Move sync out of qcow2_alloc_clusters by Kevin Wolf · 14 years ago
  56. 8b3b720 qcow2: Use bdrv_(p)write_sync for metadata writes by Kevin Wolf · 15 years ago
  57. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  58. 5d757b5 qcow2: Don't ignore qcow2_alloc_clusters return value by Kevin Wolf · 15 years ago
  59. 702ef63 qcow2: Fix some more qemu_malloc fallout by Kevin Wolf · 15 years ago
  60. 14899cd Fix QCOW2 debugging code to compile again by Filip Navara · 16 years ago
  61. ed6ccf0 qcow2: Rename global functions by Kevin Wolf · 16 years ago
  62. c142442 qcow2: Split out snapshot functions by Kevin Wolf · 16 years ago