diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-03-20 15:12:58 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-04-20 15:57:30 +0200 |
commit | 621f058940ea9f1ef3d8774ef3203544f1228df1 (patch) | |
tree | bb1d8a76f9d7d737502e6daf68c143420454e3bc /block/qcow2.h | |
parent | ab3a32ad5ea841c313e5f9c5f0d4ec02a8e9ddfc (diff) |
qcow2: Zero write support
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/qcow2.h')
-rw-r--r-- | block/qcow2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/qcow2.h b/block/qcow2.h index 2a982445a1..93567f6451 100644 --- a/block/qcow2.h +++ b/block/qcow2.h @@ -283,6 +283,7 @@ uint64_t qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs, int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m); int qcow2_discard_clusters(BlockDriverState *bs, uint64_t offset, int nb_sectors); +int qcow2_zero_clusters(BlockDriverState *bs, uint64_t offset, int nb_sectors); /* qcow2-snapshot.c functions */ int qcow2_snapshot_create(BlockDriverState *bs, QEMUSnapshotInfo *sn_info); |