summaryrefslogtreecommitdiffstats
path: root/block/qcow2-snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Employ metadata overlap checksMax Reitz2013-08-301-0/+22
* qcow2: Add refcount update reason to all callersKevin Wolf2013-06-241-2/+4
* qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2013-03-151-5/+0
* qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi2013-03-151-1/+4
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi2012-07-091-3/+3
* qcow2: fix the return value -ENOENT -> -EEXISTZhi Yong Wu2012-05-021-1/+1
* qcow2: Save disk size in snapshot headerKevin Wolf2012-04-201-0/+16
* qcow2: Allow >4 GB VM stateKevin Wolf2011-12-151-2/+32
* qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf2011-12-051-12/+22
* qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf2011-12-051-15/+33
* qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf2011-12-051-17/+44
* qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf2011-12-051-11/+40
* qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf2011-12-051-14/+41
* qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf2011-12-051-15/+11
* qcow2: Update snapshot table information at onceKevin Wolf2011-12-051-12/+10
* qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf2011-12-051-10/+38
* qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf2011-12-051-5/+20
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* qcow2: Fix DEBUG_* compilationPhilipp Hahn2011-08-231-3/+12
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-19/+19
* qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf2011-08-051-5/+11
* block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen2010-12-171-3/+3
* Copy snapshots out of QCOW2 diskedison2010-10-221-0/+31
* qcow2: Support exact L1 table growthStefan Hajnoczi2010-10-221-1/+1
* qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf2010-09-211-0/+2
* qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-12/+11
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-11/+11
* qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-261-1/+10
* qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-031-1/+6
* Fix QCOW2 debugging code to compile againFilip Navara2009-06-291-3/+3
* qcow2: Rename global functionsKevin Wolf2009-06-161-17/+17
* qcow2: Split out snapshot functionsKevin Wolf2009-06-161-0/+405
OpenPOWER on IntegriCloud