summaryrefslogtreecommitdiffstats
path: root/block/qcow2-snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-14/+16
* qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-141-10/+10
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* savevm: create snapshot failed when id_str already existsYi Wang2015-04-281-4/+2
* qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang2015-03-121-1/+1
* qcow2: Allow "full" discardMax Reitz2014-11-031-1/+1
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-4/+4
* qcow2: Handle failure for potentially large allocationsKevin Wolf2014-08-151-5/+18
* qcow2: Limit snapshot table sizeKevin Wolf2014-04-011-1/+14
* qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf2014-04-011-0/+4
* qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf2014-04-011-1/+1
* qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf2014-04-011-25/+4
* block: Don't throw away errno via error_setgJeff Cody2014-02-141-3/+5
* snapshot: distinguish id and name in load_tmpWenchao Xia2013-12-041-2/+8
* qcow2: Use negated overflow check maskMax Reitz2013-10-111-7/+5
* qcow2: Use better type for numerical snapshot IDMax Reitz2013-10-111-2/+3
* qcow2: Fix snapshot restoration in snapshot_createMax Reitz2013-10-111-0/+1
* qcow2: Assert against snapshot name/ID overflowMax Reitz2013-10-111-0/+1
* qcow2: Free allocated snapshot table on errorMax Reitz2013-10-111-0/+4
* qcow2: Always use error path on writing snapshotsMax Reitz2013-10-111-3/+4
* qcow2: Correct snapshots size for overlap checkMax Reitz2013-09-201-1/+1
* snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-121-16/+39
* qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf2013-09-121-0/+7
* 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
OpenPOWER on IntegriCloud