index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
snapshot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-27
block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
Vladimir Sementsov-Ogievskiy
1
-22
/
+16
2022-10-27
block: Manipulate bs->file / bs->backing pointers in .attach/.detach
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2022-10-27
block/snapshot: stress that we fallback to primary child
Vladimir Sementsov-Ogievskiy
1
-20
/
+10
2022-03-04
include/block/snapshot: global state API + assertions
Emanuele Giuseppe Esposito
1
-0
/
+28
2021-06-24
block/snapshot: Clarify goto fallback behavior
Max Reitz
1
-1
/
+13
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-02-08
block: rename and alter bdrv_all_find_snapshot semantics
Daniel P. Berrangé
1
-7
/
+12
2021-02-08
block: allow specifying name of block device for vmstate storage
Daniel P. Berrangé
1
-3
/
+23
2021-02-08
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
1
-43
/
+129
2021-02-08
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
1
-38
/
+39
2020-09-07
block/snapshot: Fix fallback
Max Reitz
1
-21
/
+83
2019-12-18
block/snapshot: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-10-04
block/snapshot: Restrict set of snapshot nodes
Kevin Wolf
1
-7
/
+19
2019-02-25
block/snapshot: remove bdrv_snapshot_delete_by_id_or_name
Daniel Henrique Barboza
1
-20
/
+0
2019-02-25
block/snapshot.c: eliminate use of ID input in snapshot operations
Daniel Henrique Barboza
1
-2
/
+3
2018-08-15
block: make .bdrv_close optional
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-2
/
+2
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-11-21
block: Error out on load_vm with active dirty bitmaps
Kevin Wolf
1
-12
/
+3
2017-11-21
block: Add errp to bdrv_all_goto_snapshot()
Kevin Wolf
1
-5
/
+6
2017-11-21
block: Add errp to bdrv_snapshot_goto()
Kevin Wolf
1
-6
/
+17
2017-11-17
block: Make bdrv_next() keep strong references
Max Reitz
1
-0
/
+6
2017-11-14
block/snapshot: dirty all dirty bitmaps on snapshot-switch
Vladimir Sementsov-Ogievskiy
1
-0
/
+14
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-1
/
+1
2017-04-11
block: pass the right options for BlockDriver.bdrv_open()
Dong Jia Shi
1
-3
/
+23
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-3
/
+1
2016-06-08
block: Fix bdrv_all_delete_snapshot() error handling
Kevin Wolf
1
-3
/
+0
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
1
-14
/
+41
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-12
/
+18
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-18
block: use drained section around bdrv_snapshot_delete
Paolo Bonzini
1
-9
/
+14
2015-11-19
migration: implement bdrv_all_find_vmstate_bs helper
Denis V. Lunev
1
-0
/
+15
2015-11-19
snapshot: create bdrv_all_create_snapshot helper
Denis V. Lunev
1
-0
/
+26
2015-11-19
snapshot: create bdrv_all_find_snapshot helper
Denis V. Lunev
1
-0
/
+20
2015-11-19
snapshot: create bdrv_all_goto_snapshot helper
Denis V. Lunev
1
-0
/
+20
2015-11-19
snapshot: create bdrv_all_delete_snapshot helper
Denis V. Lunev
1
-0
/
+22
2015-11-19
snapshot: return error code from bdrv_snapshot_delete_by_id_or_name
Denis V. Lunev
1
-3
/
+4
2015-11-19
snapshot: create helper to test that block drivers supports snapshots
Denis V. Lunev
1
-0
/
+24
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-6
/
+6
2015-07-07
block: Use bdrv_drain to replace uncessary bdrv_drain_all
Fam Zheng
1
-1
/
+1
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-2
/
+2
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
1
-6
/
+6
2014-11-03
snapshot: add bdrv_drain_all() to bdrv_snapshot_delete() to avoid concurrency...
Zhang Haoyu
1
-0
/
+4
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2013-12-04
qemu-nbd: support internal snapshot export
Wenchao Xia
1
-0
/
+18
2013-12-04
snapshot: distinguish id and name in load_tmp
Wenchao Xia
1
-3
/
+56
[next]