aboutsummaryrefslogtreecommitdiff
path: root/block/snapshot.c
AgeCommit message (Expand)Author
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé
2024-03-12block/snapshot: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-12-21block: Fix crash when loading snapshot on inactive nodeKevin Wolf
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-13block/snapshot: Fix compiler warning with -Wshadow=localThomas Huth
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_primary_child() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf
2022-10-27block/snapshot: drop indirection around bdrv_snapshot_fallback_ptrVladimir Sementsov-Ogievskiy
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27block/snapshot: stress that we fallback to primary childVladimir Sementsov-Ogievskiy
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito
2021-06-24block/snapshot: Clarify goto fallback behaviorMax Reitz
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy
2021-02-08block: rename and alter bdrv_all_find_snapshot semanticsDaniel P. Berrangé
2021-02-08block: allow specifying name of block device for vmstate storageDaniel P. Berrangé
2021-02-08block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé
2021-02-08block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé
2020-09-07block/snapshot: Fix fallbackMax Reitz
2019-12-18block/snapshot: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-10-04block/snapshot: Restrict set of snapshot nodesKevin Wolf
2019-02-25block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza
2019-02-25block/snapshot.c: eliminate use of ID input in snapshot operationsDaniel Henrique Barboza
2018-08-15block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2017-11-21block: Error out on load_vm with active dirty bitmapsKevin Wolf
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf
2017-11-21block: Add errp to bdrv_snapshot_goto()Kevin Wolf
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-11-14block/snapshot: dirty all dirty bitmaps on snapshot-switchVladimir Sementsov-Ogievskiy
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-04-11block: pass the right options for BlockDriver.bdrv_open()Dong Jia Shi
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-08block: Fix bdrv_all_delete_snapshot() error handlingKevin Wolf
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-12-18block: use drained section around bdrv_snapshot_deletePaolo Bonzini
2015-11-19migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev
2015-11-19snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev
2015-11-19snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev
2015-11-19snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev