index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
snapshot.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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