summaryrefslogtreecommitdiffstats
path: root/block/qcow2-snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Return error for snapshot operation with data fileKevin Wolf2019-03-081-0/+15
* qcow2: External file I/OKevin Wolf2019-03-081-3/+4
* qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza2019-02-251-5/+0Star
* block: use local path for local headersMichael S. Tsirkin2018-05-311-1/+1
* qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia2018-03-091-0/+7
* qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia2018-03-091-0/+9
* qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia2018-03-091-3/+5
* qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia2018-03-021-5/+5
* qcow2: Discard/zero clusters by byte countEric Blake2017-05-111-4/+3Star
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-7/+7
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-6/+6
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* 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/+2Star
* 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/+4Star
* 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/+5Star
* 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/+0Star
* 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