qcow2.h (72893756e0da74fcb626c52dfff1fc6e9de84f0c) qcow2.h (51ef67270b1d10e1fcf3de7368dccad1ba0bf9d1)
1/*
2 * Block driver for the QCOW version 2 format
3 *
4 * Copyright (c) 2004-2006 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 197 unchanged lines hidden (view full) ---

206
207int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m);
208
209/* qcow2-snapshot.c functions */
210int qcow2_snapshot_create(BlockDriverState *bs, QEMUSnapshotInfo *sn_info);
211int qcow2_snapshot_goto(BlockDriverState *bs, const char *snapshot_id);
212int qcow2_snapshot_delete(BlockDriverState *bs, const char *snapshot_id);
213int qcow2_snapshot_list(BlockDriverState *bs, QEMUSnapshotInfo **psn_tab);
1/*
2 * Block driver for the QCOW version 2 format
3 *
4 * Copyright (c) 2004-2006 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 197 unchanged lines hidden (view full) ---

206
207int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m);
208
209/* qcow2-snapshot.c functions */
210int qcow2_snapshot_create(BlockDriverState *bs, QEMUSnapshotInfo *sn_info);
211int qcow2_snapshot_goto(BlockDriverState *bs, const char *snapshot_id);
212int qcow2_snapshot_delete(BlockDriverState *bs, const char *snapshot_id);
213int qcow2_snapshot_list(BlockDriverState *bs, QEMUSnapshotInfo **psn_tab);
214int qcow2_snapshot_load_tmp(BlockDriverState *bs, const char *snapshot_name);
214
215void qcow2_free_snapshots(BlockDriverState *bs);
216int qcow2_read_snapshots(BlockDriverState *bs);
217
218#endif
215
216void qcow2_free_snapshots(BlockDriverState *bs);
217int qcow2_read_snapshots(BlockDriverState *bs);
218
219#endif