index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
snapshot.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+1
2013-09-12
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
1
-3
/
+55
2013-09-12
snapshot: new function bdrv_snapshot_find_by_id_and_name()
Wenchao Xia
1
-0
/
+73
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-1
/
+1
2013-06-04
block: move snapshot code in block.c to block/snapshot.c
Wenchao Xia
1
-0
/
+157