--- block_int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/block_int.h b/block_int.h index f4bae04..6419513 100644 --- a/block_int.h +++ b/block_int.h @@ -55,6 +55,7 @@ #define BLOCK_OPT_SUBFMT "subformat" #define BLOCK_OPT_COMPAT_LEVEL "compat" #define BLOCK_OPT_LAZY_REFCOUNTS "lazy_refcounts" +#define BLOCK_OPT_DEDUP "dedup" typedef struct BdrvTrackedRequest BdrvTrackedRequest; -- 1.7.10.4
- [Qemu-devel] [RFC V2 00/20] QCOW2 deduplication Benoît Canet
- [Qemu-devel] [RFC V2 03/20] qcow2: Add deduplication st... Benoît Canet
- [Qemu-devel] [RFC V2 05/20] qcow2: Rename update_refcou... Benoît Canet
- [Qemu-devel] [RFC V2 04/20] qcow2: Add qcow2_dedup_read... Benoît Canet
- [Qemu-devel] [RFC V2 15/20] block: Add dedup image crea... Benoît Canet
- [Qemu-devel] [RFC V2 01/20] qcow2: Add deduplication to... Benoît Canet
- [Qemu-devel] [RFC V2 17/20] qcow2: Integrate deduplicat... Benoît Canet
- [Qemu-devel] [RFC V2 16/20] qcow2: Allow creation of im... Benoît Canet
- [Qemu-devel] [RFC V2 08/20] qcow2: Implement qcow2_comp... Benoît Canet
- [Qemu-devel] [RFC V2 10/20] qcow2: Add qcow2_dedup_grow... Benoît Canet
- [Qemu-devel] [RFC V2 12/20] qcow2: Extract qcow2_do_tab... Benoît Canet
- [Qemu-devel] [RFC V2 07/20] qcow2: Add qcow2_dedup_writ... Benoît Canet
- [Qemu-devel] [RFC V2 20/20] qemu-iotests: Filter dedup=... Benoît Canet