diff options
author | Kevin Wolf <kwolf@redhat.com> | 2009-10-22 17:54:42 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-27 12:28:59 -0500 |
commit | 72ecf02d7d1c765c78932649bb206ab8a9972a2b (patch) | |
tree | c91519c32a8952152d5a2cd449561e5899f67a8c /block/qcow2.h | |
parent | db0ffc24023d3d020914760c82cfab7a95dd617d (diff) | |
download | qemu-72ecf02d7d1c765c78932649bb206ab8a9972a2b.tar.gz qemu-72ecf02d7d1c765c78932649bb206ab8a9972a2b.tar.bz2 qemu-72ecf02d7d1c765c78932649bb206ab8a9972a2b.zip |
Revert "qcow2: Bring synchronous read/write back to life"
It was merely a workaround and the real fix is done now.
This reverts commit ef845c3bf421290153154635dc18eaa677cecb43.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block/qcow2.h')
-rw-r--r-- | block/qcow2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/block/qcow2.h b/block/qcow2.h index d3f690abca..26ab5d9523 100644 --- a/block/qcow2.h +++ b/block/qcow2.h @@ -202,9 +202,6 @@ uint64_t qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs, int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, uint64_t cluster_offset, QCowL2Meta *m); -int qcow2_read(BlockDriverState *bs, int64_t sector_num, uint8_t *buf, - int nb_sectors); - /* qcow2-snapshot.c functions */ int qcow2_snapshot_create(BlockDriverState *bs, QEMUSnapshotInfo *sn_info); int qcow2_snapshot_goto(BlockDriverState *bs, const char *snapshot_id); |