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
/
qcow2-snapshot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-20
qcow2: Save disk size in snapshot header
Kevin Wolf
1
-0
/
+16
2011-12-15
qcow2: Allow >4 GB VM state
Kevin Wolf
1
-2
/
+32
2011-12-05
qcow2: Fix error path in qcow2_snapshot_load_tmp
Kevin Wolf
1
-12
/
+22
2011-12-05
qcow2: Fix order in qcow2_snapshot_delete
Kevin Wolf
1
-15
/
+33
2011-12-05
qcow2: Fix order of refcount updates in qcow2_snapshot_goto
Kevin Wolf
1
-17
/
+44
2011-12-05
qcow2: Return real error in qcow2_snapshot_goto
Kevin Wolf
1
-11
/
+40
2011-12-05
qcow2: Rework qcow2_snapshot_create error handling
Kevin Wolf
1
-14
/
+41
2011-12-05
qcow2: Cleanups and memleak fix in qcow2_snapshot_create
Kevin Wolf
1
-15
/
+11
2011-12-05
qcow2: Update snapshot table information at once
Kevin Wolf
1
-12
/
+10
2011-12-05
qcow2: Return real error code in qcow2_write_snapshots
Kevin Wolf
1
-10
/
+38
2011-12-05
qcow2: Return real error code in qcow2_read_snapshots
Kevin Wolf
1
-5
/
+20
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-23
qcow2: Fix DEBUG_* compilation
Philipp Hahn
1
-3
/
+12
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-19
/
+19
2011-08-05
qcow2: Fix L1 table size after bdrv_snapshot_goto
Kevin Wolf
1
-5
/
+11
2010-12-17
block/qcow2.c: rename qcow_ functions to qcow2_
Jes Sorensen
1
-3
/
+3
2010-10-22
Copy snapshots out of QCOW2 disk
edison
1
-0
/
+31
2010-10-22
qcow2: Support exact L1 table growth
Stefan Hajnoczi
1
-1
/
+1
2010-09-21
qcow2: Move sync out of qcow2_alloc_clusters
Kevin Wolf
1
-0
/
+2
2010-06-22
qcow2: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-12
/
+11
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
1
-11
/
+11
2010-01-26
qcow2: Don't ignore qcow2_alloc_clusters return value
Kevin Wolf
1
-1
/
+10
2009-12-03
qcow2: Fix some more qemu_malloc fallout
Kevin Wolf
1
-1
/
+6
2009-06-29
Fix QCOW2 debugging code to compile again
Filip Navara
1
-3
/
+3
2009-06-16
qcow2: Rename global functions
Kevin Wolf
1
-17
/
+17
2009-06-16
qcow2: Split out snapshot functions
Kevin Wolf
1
-0
/
+405