summaryrefslogtreecommitdiff
path: root/block/qcow2-snapshot.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14block: Don't throw away errno via error_setgJeff Cody1-3/+5
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia1-2/+8
2013-10-11qcow2: Use negated overflow check maskMax Reitz1-7/+5
2013-10-11qcow2: Use better type for numerical snapshot IDMax Reitz1-2/+3
2013-10-11qcow2: Fix snapshot restoration in snapshot_createMax Reitz1-0/+1
2013-10-11qcow2: Assert against snapshot name/ID overflowMax Reitz1-0/+1
2013-10-11qcow2: Free allocated snapshot table on errorMax Reitz1-0/+4
2013-10-11qcow2: Always use error path on writing snapshotsMax Reitz1-3/+4
2013-09-20qcow2: Correct snapshots size for overlap checkMax Reitz1-1/+1
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia1-16/+39
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf1-0/+7
2013-08-30qcow2: Employ metadata overlap checksMax Reitz1-0/+22
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf1-2/+4
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi1-5/+0
2013-03-15qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi1-1/+4
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-07-09qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi1-3/+3
2012-05-02qcow2: fix the return value -ENOENT -> -EEXISTZhi Yong Wu1-1/+1
2012-04-20qcow2: Save disk size in snapshot headerKevin Wolf1-0/+16
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf1-2/+32
2011-12-05qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf1-12/+22
2011-12-05qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf1-15/+33
2011-12-05qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf1-17/+44
2011-12-05qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf1-11/+40
2011-12-05qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf1-14/+41
2011-12-05qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf1-15/+11
2011-12-05qcow2: Update snapshot table information at onceKevin Wolf1-12/+10
2011-12-05qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf1-10/+38
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf1-5/+20
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-23qcow2: Fix DEBUG_* compilationPhilipp Hahn1-3/+12
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-19/+19
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf1-5/+11
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen1-3/+3
2010-10-22Copy snapshots out of QCOW2 diskedison1-0/+31
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi1-1/+1
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf1-0/+2
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-12/+11
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-11/+11
2010-01-26qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf1-1/+10
2009-12-03qcow2: Fix some more qemu_malloc falloutKevin Wolf1-1/+6
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara1-3/+3
2009-06-16qcow2: Rename global functionsKevin Wolf1-17/+17
2009-06-16qcow2: Split out snapshot functionsKevin Wolf1-0/+405