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