aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-snapshot.c
AgeCommit message (Expand)Author
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-04-28savevm: create snapshot failed when id_str already existsYi Wang
2015-03-12qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang
2014-11-03qcow2: Allow "full" discardMax Reitz
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf
2014-04-01qcow2: Limit snapshot table sizeKevin Wolf
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf
2014-02-14block: Don't throw away errno via error_setgJeff Cody
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-10-11qcow2: Use negated overflow check maskMax Reitz
2013-10-11qcow2: Use better type for numerical snapshot IDMax Reitz
2013-10-11qcow2: Fix snapshot restoration in snapshot_createMax Reitz
2013-10-11qcow2: Assert against snapshot name/ID overflowMax Reitz
2013-10-11qcow2: Free allocated snapshot table on errorMax Reitz
2013-10-11qcow2: Always use error path on writing snapshotsMax Reitz
2013-09-20qcow2: Correct snapshots size for overlap checkMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf
2013-08-30qcow2: Employ metadata overlap checksMax Reitz
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi
2013-03-15qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-07-09qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi
2012-05-02qcow2: fix the return value -ENOENT -> -EEXISTZhi Yong Wu
2012-04-20qcow2: Save disk size in snapshot headerKevin Wolf
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf
2011-12-05qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf
2011-12-05qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf
2011-12-05qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf
2011-12-05qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf
2011-12-05qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf
2011-12-05qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf
2011-12-05qcow2: Update snapshot table information at onceKevin Wolf
2011-12-05qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-23qcow2: Fix DEBUG_* compilationPhilipp Hahn