1. c5c2174 block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr by Vladimir Sementsov-Ogievskiy · 2 years, 8 months ago
  2. 5bb04747 block: Manipulate bs->file / bs->backing pointers in .attach/.detach by Vladimir Sementsov-Ogievskiy · 2 years, 8 months ago
  3. 0c6100a block/snapshot: stress that we fallback to primary child by Vladimir Sementsov-Ogievskiy · 2 years, 8 months ago
  4. 6b573ef include/block/snapshot: global state API + assertions by Emanuele Giuseppe Esposito · 3 years ago
  5. 32a9a24 block/snapshot: Clarify goto fallback behavior by Max Reitz · 3 years, 11 months ago
  6. 307261b block: consistently use bdrv_is_read_only() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  7. 3d3e9b1 block: rename and alter bdrv_all_find_snapshot semantics by Daniel P. Berrangé · 4 years, 1 month ago
  8. c22d644 block: allow specifying name of block device for vmstate storage by Daniel P. Berrangé · 4 years, 1 month ago
  9. cf3a74c block: add ability to specify list of blockdevs during snapshot by Daniel P. Berrangé · 4 years, 1 month ago
  10. e26f98e block: push error reporting into bdrv_all_*_snapshot functions by Daniel P. Berrangé · 4 years, 1 month ago
  11. c8af875 block/snapshot: Fix fallback by Max Reitz · 6 years ago
  12. e53a578 block/snapshot: rename Error ** parameter to more common errp by Vladimir Sementsov-Ogievskiy · 5 years ago
  13. 05f4ace block/snapshot: Restrict set of snapshot nodes by Kevin Wolf · 5 years ago
  14. 8c04093 block/snapshot: remove bdrv_snapshot_delete_by_id_or_name by Daniel Henrique Barboza · 6 years ago
  15. 6ca0804 block/snapshot.c: eliminate use of ID input in snapshot operations by Daniel Henrique Barboza · 6 years ago
  16. 3c00529 block: make .bdrv_close optional by Vladimir Sementsov-Ogievskiy · 7 years ago
  17. 609f45e block: Add block-specific QDict header by Max Reitz · 7 years ago
  18. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  19. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  20. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  21. 70a5afe block: Error out on load_vm with active dirty bitmaps by Kevin Wolf · 7 years ago
  22. 2b624fe block: Add errp to bdrv_all_goto_snapshot() by Kevin Wolf · 7 years ago
  23. 0b62bcb block: Add errp to bdrv_snapshot_goto() by Kevin Wolf · 7 years ago
  24. 5e003f1 block: Make bdrv_next() keep strong references by Max Reitz · 7 years ago
  25. 04dec3c block/snapshot: dirty all dirty bitmaps on snapshot-switch by Vladimir Sementsov-Ogievskiy · 7 years ago
  26. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  27. 7a9e511 block: pass the right options for BlockDriver.bdrv_open() by Dong Jia Shi · 8 years ago
  28. 621ff94 error: Remove NULL checks on error_propagate() calls by Eduardo Habkost · 9 years ago
  29. 2a9170b block: Fix bdrv_all_delete_snapshot() error handling by Kevin Wolf · 9 years ago
  30. 88be7b4 block: Fix bdrv_next() memory leak by Kevin Wolf · 9 years ago
  31. 7c8eece block: Avoid bs->blk in bdrv_next() by Kevin Wolf · 9 years ago
  32. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  33. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  34. 27a7649 block: use drained section around bdrv_snapshot_delete by Paolo Bonzini · 9 years ago
  35. 7cb1448 migration: implement bdrv_all_find_vmstate_bs helper by Denis V. Lunev · 9 years ago
  36. a9085f9 snapshot: create bdrv_all_create_snapshot helper by Denis V. Lunev · 9 years ago
  37. 723ccda snapshot: create bdrv_all_find_snapshot helper by Denis V. Lunev · 9 years ago
  38. 4c1cdba snapshot: create bdrv_all_goto_snapshot helper by Denis V. Lunev · 9 years ago
  39. 9b00ea3 snapshot: create bdrv_all_delete_snapshot helper by Denis V. Lunev · 9 years ago
  40. 25af925 snapshot: return error code from bdrv_snapshot_delete_by_id_or_name by Denis V. Lunev · 9 years ago
  41. e9ff957 snapshot: create helper to test that block drivers supports snapshots by Denis V. Lunev · 9 years ago
  42. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  43. 53ec73e block: Use bdrv_drain to replace uncessary bdrv_drain_all by Fam Zheng · 10 years ago
  44. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  45. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  46. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  47. 3432a19 snapshot: add bdrv_drain_all() to bdrv_snapshot_delete() to avoid concurrency problem by Zhang Haoyu · 10 years ago
  48. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  49. 8c116b0 qemu-nbd: support internal snapshot export by Wenchao Xia · 11 years ago
  50. 7b4c478 snapshot: distinguish id and name in load_tmp by Wenchao Xia · 11 years ago
  51. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 12 years ago
  52. a89d89d snapshot: distinguish id and name in snapshot delete by Wenchao Xia · 12 years ago
  53. 2ea1dd7 snapshot: new function bdrv_snapshot_find_by_id_and_name() by Wenchao Xia · 12 years ago
  54. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 12 years ago
  55. de08c60 block: move snapshot code in block.c to block/snapshot.c by Wenchao Xia · 12 years ago