summaryrefslogtreecommitdiffstats
path: root/block/qcow2.h
Commit message (Expand)AuthorAgeFilesLines
* qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao2014-01-241-3/+3
* snapshot: distinguish id and name in load_tmpWenchao Xia2013-12-041-1/+4
* qcow2: Add more overlap check bitmask macrosMax Reitz2013-10-111-3/+11
* qcow2: Add overlap-check optionsMax Reitz2013-10-111-0/+9
* qcow2: Make overlap check mask variableMax Reitz2013-10-111-3/+2
* qcow2: Use negated overflow check maskMax Reitz2013-10-111-2/+2
* block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody2013-09-251-1/+1
* snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-121-1/+4
* qcow2: Save refcount order in BDRVQcowStateMax Reitz2013-09-121-0/+1
* qcow2-cluster: Expand zero clustersMax Reitz2013-09-121-0/+5
* qcow2-cache: Empty cacheMax Reitz2013-09-121-0/+2
* qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf2013-09-121-0/+5
* qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf2013-09-121-1/+1
* qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz2013-08-301-0/+1
* qcow2: Metadata overlap checksMax Reitz2013-08-301-0/+39
* qcow2: Add corrupt bitMax Reitz2013-08-301-1/+6
* block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell2013-08-301-3/+3
* qcow2: Use dashes instead of underscores in optionsKevin Wolf2013-07-261-4/+4
* qcow2: Batch discardsKevin Wolf2013-06-241-0/+11
* qcow2: Options to enable discard for freed clustersKevin Wolf2013-06-241-0/+5
* qcow2: Add refcount update reason to all callersKevin Wolf2013-06-241-3/+13
* qcow2: Catch some L1 table index overflowsKevin Wolf2013-05-141-2/+3
* aes: move aes.h from include/block to include/qemuAurelien Jarno2013-04-131-1/+1
* qcow2: Allow requests with multiple l2metasKevin Wolf2013-03-281-0/+3
* qcow2: Finalise interface of handle_alloc()Kevin Wolf2013-03-281-0/+5
* qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2013-03-281-0/+5
* qcow2: Change handle_dependency to byte granularityKevin Wolf2013-03-281-0/+11
* qcow2: Handle dependencies earlierKevin Wolf2013-03-281-0/+5
* qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf2013-03-191-0/+3
* qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf2013-03-151-0/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf2012-12-131-0/+2
* qcow2: Allocate l2meta only for cluster allocationsKevin Wolf2012-12-131-2/+5
* qcow2: Drop l2meta.cluster_offsetKevin Wolf2012-12-131-4/+1
* qcow2: Introduce Qcow2COWRegionKevin Wolf2012-12-131-6/+23
* qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf2012-12-131-0/+22
* qcow2: implement lazy refcountsStefan Hajnoczi2012-08-061-0/+13
* qcow2: introduce dirty bitStefan Hajnoczi2012-08-061-0/+8
* qcow2: always operate caches in writeback modePaolo Bonzini2012-06-151-4/+1
* qcow2: Support for fixing refcount inconsistenciesKevin Wolf2012-06-151-1/+2
* qcow2: Zero write supportKevin Wolf2012-04-201-0/+1
* qcow2: Support for feature table header extensionKevin Wolf2012-04-201-0/+12
* qcow2: Support reading zero clustersKevin Wolf2012-04-201-0/+5
* qcow2: Version 3 imagesKevin Wolf2012-04-201-1/+16
* qcow2: Ignore reserved bits in refcount table entriesKevin Wolf2012-04-201-0/+2
* qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf2012-04-201-0/+21
* qcow2: Save disk size in snapshot headerKevin Wolf2012-04-201-0/+1
* qcow2: Reduce number of I/O requestsKevin Wolf2012-03-121-0/+1
* qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf2012-03-121-0/+2
* qcow2: Keep unknown header extension when rewriting headerKevin Wolf2012-02-091-0/+8
OpenPOWER on IntegriCloud